[jbossws-commits] JBossWS SVN: r12265 - legacy/branches/jbossws-1.2.1.GA_CP/integration-jboss42/src/resources/jbossws.war/WEB-INF.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed May 19 02:03:34 EDT 2010


Author: jim.ma
Date: 2010-05-19 02:03:34 -0400 (Wed, 19 May 2010)
New Revision: 12265

Modified:
   legacy/branches/jbossws-1.2.1.GA_CP/integration-jboss42/src/resources/jbossws.war/WEB-INF/web.xml
Log:
[JBPAPP-4313]:removes the blocks for GET and POST and activate authentication for all HTTP verbs

Modified: legacy/branches/jbossws-1.2.1.GA_CP/integration-jboss42/src/resources/jbossws.war/WEB-INF/web.xml
===================================================================
--- legacy/branches/jbossws-1.2.1.GA_CP/integration-jboss42/src/resources/jbossws.war/WEB-INF/web.xml	2010-05-19 06:00:16 UTC (rev 12264)
+++ legacy/branches/jbossws-1.2.1.GA_CP/integration-jboss42/src/resources/jbossws.war/WEB-INF/web.xml	2010-05-19 06:03:34 UTC (rev 12265)
@@ -42,8 +42,6 @@
         role 'JBossAdmin' to access the JBossWS console web application
       </description>
       <url-pattern>/*</url-pattern>
-      <http-method>GET</http-method>
-      <http-method>POST</http-method>
     </web-resource-collection>
     <auth-constraint>
       <role-name>JBossAdmin</role-name>



More information about the jbossws-commits mailing list