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 at...@apache.org on 2005/08/27 02:30:19 UTC

svn commit: r240365 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml

Author: ate
Date: Fri Aug 26 17:30:11 2005
New Revision: 240365

URL: http://svn.apache.org/viewcvs?rev=240365&view=rev
Log:
Small correction of the security constraint for the ManagerServlet as required on WebSphere 5.1.x

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml?rev=240365&r1=240364&r2=240365&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml Fri Aug 26 17:30:11 2005
@@ -252,7 +252,7 @@
   <security-constraint>
     <web-resource-collection>
       <web-resource-name>Manager</web-resource-name>
-      <url-pattern>/manager</url-pattern>
+      <url-pattern>/manager/*</url-pattern>
     </web-resource-collection>
     <auth-constraint>
       <role-name>admin</role-name>



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