Skip to:
If you have the following setting,
<Location /secure/logout> require shibboleth ShibRequestSetting requireSession false ShibRequestSetting requireLogoutWith "/Shibboleth.sso/Logout" </Location>
the access to
/secure/logout?param=aaa
incorrectly redirect to the following URL after the Shib logout process.
/secure/logout?param=aaashiblogoutdone=1
'&' should be added.
With no query string, all things work as expected.
I attached a patch for this problem.
Closing with release.
http://svn.shibboleth.net/view/cpp-sp?rev=3809&view=rev
Thanks for spotting it.
If you have the following setting,
<Location /secure/logout> require shibboleth ShibRequestSetting requireSession false ShibRequestSetting requireLogoutWith "/Shibboleth.sso/Logout" </Location>
the access to
incorrectly redirect to the following URL after the Shib logout process.
'&' should be added.
With no query string, all things work as expected.
I attached a patch for this problem.