Author: jim.ma
Date: 2010-05-19 01:42:58 -0400 (Wed, 19 May 2010)
New Revision: 12263
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/management/src/main/webapp/WEB-INF/web.xml
Log:
[JBPAPP-4313]:Remove the blocks for GET and POST and activate authentication for all HTTP
verbs
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/management/src/main/webapp/WEB-INF/web.xml
===================================================================
---
stack/native/branches/jbossws-native-3.1.2/modules/management/src/main/webapp/WEB-INF/web.xml 2010-05-18
16:42:19 UTC (rev 12262)
+++
stack/native/branches/jbossws-native-3.1.2/modules/management/src/main/webapp/WEB-INF/web.xml 2010-05-19
05:42:58 UTC (rev 12263)
@@ -40,8 +40,6 @@
role 'friend' 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>friend</role-name>
Show replies by date