[jboss-cvs] JBossAS SVN: r92862 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 27 09:42:11 EDT 2009


Author: smarlow at redhat.com
Date: 2009-08-27 09:42:11 -0400 (Thu, 27 Aug 2009)
New Revision: 92862

Modified:
   branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
Log:
JBPAPP-2661 Unsecured HTTP invokers

Modified: branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-08-27 13:26:17 UTC (rev 92861)
+++ branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-08-27 13:42:11 UTC (rev 92862)
@@ -605,4 +605,17 @@
  # A sample users.properties file for use with the UsersRolesLoginModule
 -# kermit=thefrog
 +kermit=thefrog
+diff -Naur server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml
+--- server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml	2009-08-26 16:01:09.000000000 -0400
++++ server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml	2009-08-26 15:57:10.000000000 -0400
+@@ -156,9 +156,6 @@
+             role HttpInvoker to access the HTTP invoker servlets
+          </description>
+          <url-pattern>/restricted/*</url-pattern>
+-         <url-pattern>/JNDIFactory/*</url-pattern>
+-         <url-pattern>/EJBInvokerServlet/*</url-pattern>
+-         <url-pattern>/JMXInvokerServlet/*</url-pattern>
+          <http-method>GET</http-method>
+          <http-method>POST</http-method>
+       </web-resource-collection>
 




More information about the jboss-cvs-commits mailing list