Author: marcelkolsteren
Date: 2009-11-21 09:51:42 -0500 (Sat, 21 Nov 2009)
New Revision: 1072
Modified:
migration/picketlink/federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/WEB-INF/components.xml
Log:
Fixed JBID-222: NullPointerException when starting samlAuthenticationFilter in seam-sp
sample application
Modified:
migration/picketlink/federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/WEB-INF/components.xml
===================================================================
---
migration/picketlink/federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/WEB-INF/components.xml 2009-11-21
06:30:29 UTC (rev 1071)
+++
migration/picketlink/federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/WEB-INF/components.xml 2009-11-21
14:51:42 UTC (rev 1072)
@@ -9,7 +9,7 @@
<security:identity authenticate-method="#{authenticator.authenticate}"
/>
<!-- JBID IDP -->
<component
- name="org.picketlink.seam.federation.samlAuthenticationFilter">
+ name="org.picketlink.identity.seam.federation.samlAuthenticationFilter">
<property
name="identityProviderURL">http://localhost:8080/idp-sig-no-val</property>
<property
name="singleSignOnServiceURL">http://localhost:8080/idp-sig-no-val/</property>
<property
name="keyStoreURL">classpath:/jbid_test_keystore.jks</property>
Show replies by date