session timeout causes recursive redirect loop with nuxeo-platform-login-mod_sso plugin configured
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2013 04:34 PM
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?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2013 10:09 AM
Resolved this issue by setting nuxeo.conf property nuxeo.server.emptySessionPath=true and applying the fix for NXP-10889.
