[jboss-cvs] Picketlink SVN: r1400 - product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 16 04:37:41 EST 2012


Author: pskopek at 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>



More information about the jboss-cvs-commits mailing list