[Koha-bugs] [Bug 11219] CAS authentication fails with URL parameters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 14 17:29:09 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11219

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27055|0                           |1
        is obsolete|                            |

--- Comment #14 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 27096
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27096&action=edit
Bug 11219 - CAS authentication fails with URL parameters - followup

This followup corrects the fact that when using $query->url(), both GET and
POST params are get.
Using $query->url_param() will only get params directly in URL.

Test plan :
- Enable CAS
- Go to login page : cgi-bin/koha/opac-user.pl
- Try to connect with local login using random login and password (they will be
transmitted by POST)
- You stay to login page
- Look at CAS login URL
=> Without this patch it will contain the random login and password as
parameters of opac-user.pl
=> With this patch it does not contain any parameter

Signed-off-by: Matthias Meusburger <matthias.meusburger at biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list