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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 28 14:04:39 EDT 2011


Author: dehort
Date: 2011-07-28 14:04:39 -0400 (Thu, 28 Jul 2011)
New Revision: 111874

Modified:
   branches/JBPAPP_5_1/varia/src/resources/services/invoker/http/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/http/web.xml
===================================================================
--- branches/JBPAPP_5_1/varia/src/resources/services/invoker/http/web.xml	2011-07-28 17:37:17 UTC (rev 111873)
+++ branches/JBPAPP_5_1/varia/src/resources/services/invoker/http/web.xml	2011-07-28 18:04:39 UTC (rev 111874)
@@ -156,8 +156,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