Author: pskopek(a)redhat.com
Date: 2012-02-16 04:37:40 -0500 (Thu, 16 Feb 2012)
New Revision: 1400
Modified:
product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/web.xml
Log:
sts servlet name fixed
Modified:
product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/web.xml
===================================================================
---
product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/web.xml 2012-02-16
09:35:25 UTC (rev 1399)
+++
product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/web.xml 2012-02-16
09:37:40 UTC (rev 1400)
@@ -7,7 +7,7 @@
<servlet>
<servlet-name>PicketLinkSTS</servlet-name>
-
<servlet-class>org.picketlink.identity.federation.core.wstrust.PicketLinkSTS</servlet-class>
+
<servlet-class>org.picketlink.identity.federation.app.sts.PicketLinkSTService</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>PicketLinkSTS</servlet-name>
Show replies by date