On 12.01.2015, at 02:53, Felix Meschberger <[email protected]> wrote:
> 
> IIRC we have been discussing that before … Not sure what the resolution was 
> and I actually was under impression we agreed to do it. Maybe it just fell 
> off the trenches.
> 
> Yes, I think a new constant
> 
>> JcrResourceContstants.AUTHENTICATION_INFO_SESSION_LOGOUT = 
>> „user.jcr.session.logout“;
> 
> Sounds reasonable. Type would be boolean (using PropertiesUtil.toBoolean) 
> with a default value of false:
> 
>> logoutSession = PropertiesUtil.toBoolean(
>>      authenticationInfo.get(
>>           AuthInfoPostProcessor.AUTHENTICATION_INFO_SESSION_LOGOUT),
>>           false
>>      )
>>   );
> 
> WDYT ?

Ack, sounds good. I created https://issues.apache.org/jira/browse/SLING-4301

Cheers,
Alex

Reply via email to