Author: sguilhen(a)redhat.com
Date: 2010-06-04 09:29:50 -0400 (Fri, 04 Jun 2010)
New Revision: 274
Modified:
federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/web.xml
Log:
SOA-2105: fixed PicketLink sample application web.xml. Security is now applied to all HTTP
methods.
Modified:
federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/web.xml
===================================================================
---
federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/web.xml 2010-06-04
00:26:28 UTC (rev 273)
+++
federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/web.xml 2010-06-04
13:29:50 UTC (rev 274)
@@ -17,8 +17,6 @@
<web-resource-collection>
<web-resource-name>UsernameService</web-resource-name>
<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