[jboss-cvs] JBossAS SVN: r111451 - branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/invoker/http.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 25 16:25:24 EDT 2011


Author: dehort
Date: 2011-05-25 16:25:23 -0400 (Wed, 25 May 2011)
New Revision: 111451

Modified:
   branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/invoker/http/web.xml
Log:
[JBPAPP-6364] Removing GET and POST http verbs to restrict unauthenticated access.


Modified: branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/invoker/http/web.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/invoker/http/web.xml	2011-05-25 18:38:32 UTC (rev 111450)
+++ branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/invoker/http/web.xml	2011-05-25 20:25:23 UTC (rev 111451)
@@ -161,8 +161,6 @@
          <url-pattern>/EJBInvokerServlet/*</url-pattern>
          <url-pattern>/JMXInvokerServlet/*</url-pattern>
 @ENDSECURECONF
-         <http-method>GET</http-method>
-         <http-method>POST</http-method>
       </web-resource-collection>
       <auth-constraint>
          <role-name>HttpInvoker</role-name>



More information about the jboss-cvs-commits mailing list