confused about actions returning 'proceed' and Javadoc

Tom Zeller tzeller at dragonacea.biz
Tue Sep 9 13:02:42 EDT 2014


So ... actions don't typically return 'proceed' if they complete
successfully, instead they return null, that's why the last expression
evaluated in an action-state is usually :

 <evaluate expression="'proceed'" />

Consequently, shouldn't the Javadoc for such an action not contain :

  * @event {@link org.opensaml.profile.action.EventIds#PROCEED_EVENT_ID}

since 'proceed' is not actually returned ?


More information about the dev mailing list