[JIRA] Resolved: (SSPCPP-518) Incorrect requireLogoutWith redirection if the original URL has query string

Scott Cantor (JIRA) noreply at shibboleth.net
Mon Oct 29 14:02:07 EDT 2012


     [ https://issues.shibboleth.net/jira/browse/SSPCPP-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor resolved SSPCPP-518.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5.1

http://svn.shibboleth.net/view/cpp-sp?rev=3809&view=rev

Thanks for spotting it.

> Incorrect requireLogoutWith redirection if the original URL has query string
> ----------------------------------------------------------------------------
>
>                 Key: SSPCPP-518
>                 URL: https://issues.shibboleth.net/jira/browse/SSPCPP-518
>             Project: Shibboleth SP - C++
>          Issue Type: Bug
>    Affects Versions: 2.5.0
>            Reporter: Takeshi Nishimura
>            Assignee: Scott Cantor
>             Fix For: 2.5.1
>
>         Attachments: shibsp-2.5.0-addamp.patch
>
>
> If you have the following setting,
> {code}
> <Location /secure/logout>
>   require shibboleth
>   ShibRequestSetting requireSession false
>   ShibRequestSetting requireLogoutWith "/Shibboleth.sso/Logout"
> </Location>
> {code}
> the access to
> bq. /secure/logout?param=aaa
> incorrectly redirect to the following URL after the Shib logout process.
> bq. /secure/logout?param=aaashiblogoutdone=1
> '&' should be added.
> With no query string, all things work as expected.
> I attached a patch for this problem.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the commits mailing list