[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/WebFlowProfileA...

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 14 17:26:47 EDT 2014


Author: scantor
Date: Mon Apr 14 17:26:47 2014
New Revision: 5725

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5725&view=rev
Log:
Override outer execute() method to avoid duplication of event tracking.

Modified:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/WebFlowProfileActionAdaptor.java

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/WebFlowProfileActionAdaptor.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/WebFlowProfileActionAdaptor.java?rev=5725&r1=5724&r2=5725&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/WebFlowProfileActionAdaptor.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/WebFlowProfileActionAdaptor.java Mon Apr 14 17:26:47 2014
@@ -53,10 +53,11 @@
 
     /** {@inheritDoc} */
     @Override
-    @Nonnull protected void doExecute(
+    @Nonnull public void execute(
             @Nonnull final ProfileRequestContext<InboundMessageType, OutboundMessageType> profileRequestContext)
                     throws ProfileException {
 
         action.execute(profileRequestContext);
     }
+    
 }



More information about the commits mailing list