session timeout causes recursive redirect loop with nuxeo-platform-login-mod_sso plugin configured

I am using Nuxeo CAP 5.6 with the nuxeo-platform-login-mod_sso plugin configured. On session timeout, a recursive redirect loop is triggered “Entering Nuxeo Authentication Filter”. A debug session confirms that Line 542 of method NuxeoAuthenticationFilter.doFilterInternal is repeatedly invoked until max redirects is reached. Any thoughts?

0 votes

1 answers

2327 views

ANSWER



Resolved this issue by setting nuxeo.conf property nuxeo.server.emptySessionPath=true and applying the fix for NXP-10889.

0 votes