[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ProfileActionBe...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Feb 11 00:02:10 EST 2014
Author: tzeller
Date: Tue Feb 11 00:02:10 2014
New Revision: 5364
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5364&view=rev
Log:
Set the ID of the Web Flow profile action adapter.
Modified:
trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ProfileActionBeanPostProcessor.java
Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ProfileActionBeanPostProcessor.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ProfileActionBeanPostProcessor.java?rev=5364&r1=5363&r2=5364&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ProfileActionBeanPostProcessor.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ProfileActionBeanPostProcessor.java Tue Feb 11 00:02:10 2014
@@ -47,6 +47,7 @@
if (bean instanceof ProfileAction && !(bean instanceof Action)) {
final WebFlowProfileActionAdaptor wrapper = new WebFlowProfileActionAdaptor((ProfileAction) bean);
try {
+ wrapper.setId(beanName);
wrapper.initialize();
} catch (ComponentInitializationException e) {
throw new BeanCreationException("WebFlowProfileActionAdaptor failed to initialize around ProfileAction "
More information about the commits
mailing list