Author: cdoremus
Date: Sun Aug 26 19:17:00 2007
New Revision: 569957
URL: http://svn.apache.org/viewvc?rev=569957&view=rev
Log:
Uncommented security-role-ref elements and children so that Security Mapping Tests in testsuite
can pass with the tomcat user.
Modified:
portals/pluto/branches/1.1-286-trunk-merge/pluto-testsuite/src/main/webapp/WEB-INF/portlet.xml
Modified: portals/pluto/branches/1.1-286-trunk-merge/pluto-testsuite/src/main/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/pluto-testsuite/src/main/webapp/WEB-INF/portlet.xml?rev=569957&r1=569956&r2=569957&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/pluto-testsuite/src/main/webapp/WEB-INF/portlet.xml
(original)
+++ portals/pluto/branches/1.1-286-trunk-merge/pluto-testsuite/src/main/webapp/WEB-INF/portlet.xml
Sun Aug 26 19:17:00 2007
@@ -40,7 +40,7 @@
<value>dummyValue</value>
</init-param>
- <!-- <expiration-cache>-1</expiration-cache> -->
+ <expiration-cache>-1</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
@@ -79,10 +79,10 @@
<preferences-validator>org.apache.pluto.testsuite.validator.PreferencesValidatorImpl</preferences-validator>
</portlet-preferences>
- <!-- <security-role-ref>
+ <security-role-ref>
<role-name>plutoTestRole</role-name>
<role-link>tomcat</role-link>
- </security-role-ref>-->
+ </security-role-ref>
</portlet>
@@ -106,7 +106,7 @@
<value>dummyValue</value>
</init-param>
- <!-- <expiration-cache>-1</expiration-cache>-->
+ <expiration-cache>-1</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
@@ -140,10 +140,10 @@
<preferences-validator>org.apache.pluto.testsuite.validator.PreferencesValidatorImpl2</preferences-validator>
</portlet-preferences>
- <!-- <security-role-ref>
+ <security-role-ref>
<role-name>plutoTestRole</role-name>
<role-link>tomcat</role-link>
- </security-role-ref> -->
+ </security-role-ref>
</portlet>
|