Author: anil.saldhana(a)jboss.com
Date: 2009-11-18 16:51:10 -0500 (Wed, 18 Nov 2009)
New Revision: 1031
Modified:
migration/picketlink/federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/WEB-INF/web.xml
migration/picketlink/federation/trunk/picketlink-webapps/employee/src/main/webapp/WEB-INF/web.xml
migration/picketlink/federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF/web.xml
migration/picketlink/federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF/web.xml
migration/picketlink/federation/trunk/picketlink-webapps/openid-consumer/resources/WEB-INF/web.xml
migration/picketlink/federation/trunk/picketlink-webapps/openid-provider/resources/WEB-INF/web.xml
Log:
changes
Modified:
migration/picketlink/federation/trunk/picketlink-webapps/employee/src/main/webapp/WEB-INF/web.xml
===================================================================
---
migration/picketlink/federation/trunk/picketlink-webapps/employee/src/main/webapp/WEB-INF/web.xml 2009-11-18
21:34:30 UTC (rev 1030)
+++
migration/picketlink/federation/trunk/picketlink-webapps/employee/src/main/webapp/WEB-INF/web.xml 2009-11-18
21:51:10 UTC (rev 1031)
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
- <display-name>Test Employee Application</display-name>
+ <display-name>PicketLink Employee Application</display-name>
<description>
Just a Test SP
</description>
Modified:
migration/picketlink/federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/WEB-INF/web.xml
===================================================================
---
migration/picketlink/federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/WEB-INF/web.xml 2009-11-18
21:34:30 UTC (rev 1030)
+++
migration/picketlink/federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/WEB-INF/web.xml 2009-11-18
21:51:10 UTC (rev 1031)
@@ -4,9 +4,9 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
- <display-name>Fedbridge Test SALES Application</display-name>
+ <display-name>PicketLink Test SALES Application</display-name>
<description>
- Just a Test SP for Fedbridge Project
+ Just a Test SP for PicketLink Project
</description>
<!-- Define a Security Constraint on this Application -->
Modified:
migration/picketlink/federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF/web.xml
===================================================================
---
migration/picketlink/federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF/web.xml 2009-11-18
21:34:30 UTC (rev 1030)
+++
migration/picketlink/federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF/web.xml 2009-11-18
21:51:10 UTC (rev 1031)
@@ -3,8 +3,7 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
<display-name>IDP</display-name>
- <description> IDP Web Application for the PicketLink project
- </description>
+ <description> IDP Web Application for the PicketLink project</description>
<!--
Define a security constraint that gives unlimted access to images
-->
Modified:
migration/picketlink/federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF/web.xml
===================================================================
---
migration/picketlink/federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF/web.xml 2009-11-18
21:34:30 UTC (rev 1030)
+++
migration/picketlink/federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF/web.xml 2009-11-18
21:51:10 UTC (rev 1031)
@@ -3,8 +3,7 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
<display-name>IDP</display-name>
- <description> IDP Web Application for the PicketLink project
- </description>
+ <description> IDP Web Application for the PicketLink project</description>
<!--
Define a security constraint that gives unlimted access to images
-->
Modified:
migration/picketlink/federation/trunk/picketlink-webapps/openid-consumer/resources/WEB-INF/web.xml
===================================================================
---
migration/picketlink/federation/trunk/picketlink-webapps/openid-consumer/resources/WEB-INF/web.xml 2009-11-18
21:34:30 UTC (rev 1030)
+++
migration/picketlink/federation/trunk/picketlink-webapps/openid-consumer/resources/WEB-INF/web.xml 2009-11-18
21:51:10 UTC (rev 1031)
@@ -13,7 +13,7 @@
<servlet-class>org.picketlink.identity.federation.web.servlets.OpenIDConsumerServlet</servlet-class>
</servlet>
<servlet-mapping>
+ <servlet-name>ConsumerServlet</servlet-name>
<url-pattern>/consumer/*</url-pattern>
- <servlet-name>ConsumerServlet</servlet-name>
</servlet-mapping>
</web-app>
Modified:
migration/picketlink/federation/trunk/picketlink-webapps/openid-provider/resources/WEB-INF/web.xml
===================================================================
---
migration/picketlink/federation/trunk/picketlink-webapps/openid-provider/resources/WEB-INF/web.xml 2009-11-18
21:34:30 UTC (rev 1030)
+++
migration/picketlink/federation/trunk/picketlink-webapps/openid-provider/resources/WEB-INF/web.xml 2009-11-18
21:51:10 UTC (rev 1031)
@@ -15,8 +15,8 @@
</servlet>
<servlet-mapping>
+ <servlet-name>ProviderServlet</servlet-name>
<url-pattern>/provider/*</url-pattern>
- <servlet-name>ProviderServlet</servlet-name>
</servlet-mapping>
<security-constraint>