You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2005/08/17 21:27:53 UTC

svn commit: r233247 - in /portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages: jpetstore.psml struts-demo.psml

Author: weaver
Date: Wed Aug 17 12:27:51 2005
New Revision: 233247

URL: http://svn.apache.org/viewcvs?rev=233247&view=rev
Log:
restored the correct security.

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/jpetstore.psml
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/struts-demo.psml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/jpetstore.psml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/jpetstore.psml?rev=233247&r1=233246&r2=233247&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/jpetstore.psml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/jpetstore.psml Wed Aug 17 12:27:51 2005
@@ -27,6 +27,6 @@
   </fragment>
 
   <security-constraints>
-    <security-constraints-ref>public-view</security-constraints-ref>
+    <security-constraints-ref>users</security-constraints-ref>
   </security-constraints>
 </page>

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/struts-demo.psml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/struts-demo.psml?rev=233247&r1=233246&r2=233247&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/struts-demo.psml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/struts-demo.psml Wed Aug 17 12:27:51 2005
@@ -28,7 +28,7 @@
   </fragment>
 
   <security-constraints>
-    <security-constraints-ref>public-view</security-constraints-ref>
+    <security-constraints-ref>users</security-constraints-ref>
   </security-constraints>
 
 </page>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org