minor - do not turn on https requirement by default to simplify development setup.

This commit is contained in:
Heng Sin Low 2012-03-12 12:05:11 +08:00
parent 0ead96fc04
commit 14b2ea7cc6
1 changed files with 9 additions and 9 deletions

View File

@ -160,15 +160,15 @@
<welcome-file>index.zul</welcome-file> <welcome-file>index.zul</welcome-file>
</welcome-file-list> </welcome-file-list>
<security-constraint> <!-- <security-constraint> -->
<web-resource-collection> <!-- <web-resource-collection> -->
<web-resource-name>all</web-resource-name> <!-- <web-resource-name>all</web-resource-name> -->
<url-pattern>/*</url-pattern> <!-- <url-pattern>/*</url-pattern> -->
</web-resource-collection> <!-- </web-resource-collection> -->
<user-data-constraint> <!-- <user-data-constraint> -->
<transport-guarantee>CONFIDENTIAL</transport-guarantee> <!-- <transport-guarantee>CONFIDENTIAL</transport-guarantee> -->
</user-data-constraint> <!-- </user-data-constraint> -->
</security-constraint> <!-- </security-constraint> -->
<!--env-entry> <!--env-entry>
<env-entry-name>ADEMPIERE_HOME</env-entry-name> <env-entry-name>ADEMPIERE_HOME</env-entry-name>