Author: knguyen
Date: Tue Aug 15 11:53:17 2006
New Revision: 14897
URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14897&repname=jahia
Log:
rollback changes
Modified:
trunk/core/src/webapp/WEB-INF/web.xml
Modified: trunk/core/src/webapp/WEB-INF/web.xml
URL:
https://svndev.jahia.net/websvn/diff.php?path=/trunk/core/src/webapp/WEB-INF/web.xml&rev=14897&repname=jahia
==============================================================================
--- trunk/core/src/webapp/WEB-INF/web.xml (original)
+++ trunk/core/src/webapp/WEB-INF/web.xml Tue Aug 15 11:53:17 2006
@@ -73,29 +73,6 @@
<param-name>jcifs.http.skipAuthentification</param-name>
<param-value>true</param-value>
</init-param>
- <init-param>
- <!-- Activates HTTP Basic authentification if NTLM is not available
- -->
- <param-name>jcifs.http.enableBasic</param-name>
- <param-value>true</param-value>
- </init-param>
- <init-param>
- <!-- If this parameter is true, it means we will allow BASIC
authentification
- over regular HTTP connections. If it is false, this means that
only
- HTTPS session will be accepted for BASIC authentification.
- -->
- <param-name>jcifs.http.insecureBasic</param-name>
- <param-value>true</param-value>
- </init-param>
- <init-param>
- <!-- This parameter controls whether the detected BASIC
authentification passed
- over to the filter will be used to do an SMB login. Set this to
true if
- you want to use BASIC authentification to login on your domain
controller,
- and set to false if you want Jahia to handle the basic
authentification.
- -->
- <param-name>jcifs.http.useBasic</param-name>
- <param-value>false</param-value>
- </init-param>
</filter>
<!-- Filter for displaytag export options -->