Thanks, good to know, is this documented anywhere or in a blog post?

I created for my own purpose this little cheat sheet:

<property name="allowRenewingAfterExpiry" value="false"/>
Will cause the ws-trust request to STS to have:
<wst:Renewing OK=false"/>

<property name="allowRenewing" value="false"/>
Will cause the ws-trust request to STS to have:
<wst:Renewing Allow="false"/>
- will force an issue to get new token when one is expired versus doing a
renew

And its all working just perfect now.  Thanks a bunch!  
Keep up the wonderful work you do with CXF and WSS4J as its much
appreciated.




--
View this message in context: 
http://cxf.547215.n5.nabble.com/Clarification-of-CXF-client-handling-of-expired-cached-tokens-tp5743216p5743270.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to