Author: jim.ma
Date: 2010-05-19 05:28:40 -0400 (Wed, 19 May 2010)
New Revision: 12266
Modified:
stack/native/trunk/modules/management/src/main/webapp/WEB-INF/web.xml
Log:
[JBWS-3032]:Activated authentication for all HTTP verbs in management console web.xml
Modified: stack/native/trunk/modules/management/src/main/webapp/WEB-INF/web.xml
===================================================================
--- stack/native/trunk/modules/management/src/main/webapp/WEB-INF/web.xml 2010-05-19
06:03:34 UTC (rev 12265)
+++ stack/native/trunk/modules/management/src/main/webapp/WEB-INF/web.xml 2010-05-19
09:28:40 UTC (rev 12266)
@@ -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>