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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 10 14:07:23 EDT 2011


Author: dehort
Date: 2011-08-10 14:07:23 -0400 (Wed, 10 Aug 2011)
New Revision: 111982

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


Modified: branches/JBPAPP_5_1/varia/src/resources/services/invoker/httpha/web.xml
===================================================================
--- branches/JBPAPP_5_1/varia/src/resources/services/invoker/httpha/web.xml	2011-08-10 15:47:24 UTC (rev 111981)
+++ branches/JBPAPP_5_1/varia/src/resources/services/invoker/httpha/web.xml	2011-08-10 18:07:23 UTC (rev 111982)
@@ -203,8 +203,6 @@
             role HttpInvoker to access the HTTP invoker servlets
          </description>
          <url-pattern>/restricted/*</url-pattern>
-         <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