You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/05/09 23:45:39 UTC

svn commit: r1480796 - /incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/src/main/webapp/WEB-INF/web.xml

Author: juanpablo
Date: Thu May  9 21:45:39 2013
New Revision: 1480796

URL: http://svn.apache.org/r1480796
Log:
JSPWIKI-770: updated web.xml to test-custom's web.xml

Modified:
    incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/src/main/webapp/WEB-INF/web.xml

Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/src/main/webapp/WEB-INF/web.xml?rev=1480796&r1=1480795&r2=1480796&view=diff
==============================================================================
--- incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/src/main/webapp/WEB-INF/web.xml Thu May  9 21:45:39 2013
@@ -222,7 +222,7 @@
      <location>/error/Forbidden.html</location>
    </error-page>
 
-   <!--  REMOVE ME TO ENABLE JDBC DATABASE
+   
    <resource-ref>
        <description>
            Resource reference to JNDI factory for the JDBCUserDatabase.
@@ -251,7 +251,7 @@
            Container
        </res-auth>
    </resource-ref>
-   REMOVE ME TO ENABLE JDBC DATABASE  -->
+   
 
    <!--  REMOVE ME TO ENABLE JAVAMAIL
    <resource-ref>
@@ -314,7 +314,7 @@
            <role-name>Admin</role-name>
        </auth-constraint>
        <user-data-constraint>
-           <transport-guarantee>CONFIDENTIAL</transport-guarantee>
+           <transport-guarantee>NONE</transport-guarantee>
        </user-data-constraint>
    </security-constraint>
       
@@ -348,7 +348,7 @@
        </auth-constraint>
 
        <user-data-constraint>
-           <transport-guarantee>CONFIDENTIAL</transport-guarantee>
+           <transport-guarantee>NONE</transport-guarantee>
        </user-data-constraint>
    </security-constraint>