[Koha-bugs] [Bug 10019] Encoding problem with utf8 chars in userid

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 10 10:21:06 CEST 2013


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
To solve this problem, I followed Bernardo's idea about CGI::Session. But I
checked the session info and it was good.
But deeper in Auth.pm, the userid parameter was not decoded. When coming from
CGI Session in one instance (it is decoded in setuserenv but later used again
from CGI::Session) and when coming from CGI in another instance.
So a two-liner patch should resolve the problem..
To test this, you really need to login/logout on opac/staff, delete sessions,
etc. :)

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


More information about the Koha-bugs mailing list