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>