http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12398 Bug ID: 12398 Summary: CAS authentication not working Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Authentication Assignee: julian.maurice@biblibre.com Reporter: julian.maurice@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org The CAS authentication doesn't work because the 'ticket' parameter is not removed when building service url which is passed to service_validate(). $query->delete('ticket') works, but $query->url_param() doesn't seem to take into account that parameter was deleted. Checked with last version of CGI. Same behaviour. -- You are receiving this mail because: You are watching all bug changes.