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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 10 14:13:21 EDT 2011


Author: dehort
Date: 2011-08-10 14:13:21 -0400 (Wed, 10 Aug 2011)
New Revision: 111985

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


Modified: branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/invoker/httpha/web.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/invoker/httpha/web.xml	2011-08-10 18:12:02 UTC (rev 111984)
+++ branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/invoker/httpha/web.xml	2011-08-10 18:13:21 UTC (rev 111985)
@@ -208,8 +208,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