Author: jim.ma
Date: 2010-05-19 02:00:16 -0400 (Wed, 19 May 2010)
New Revision: 12264
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/web.xml
Log:
[JBPAPP-4313]:removes the blocks for GET and POST and activate authentication for all HTTP
verbs
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/web.xml
===================================================================
---
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/web.xml 2010-05-19
05:42:58 UTC (rev 12263)
+++
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/web.xml 2010-05-19
06:00:16 UTC (rev 12264)
@@ -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>
Show replies by date