[Koha-bugs] [Bug 13779] sessionID declared twice in C4::Auth::checkauth()

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 19 08:55:59 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13779

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
This is still an issue. I'm tempted to write a patch for it, but I fear that
it'll be too scary for people to test since it's in C4::Auth.

At the moment, it doesn't really affect anyone (except for me with code which
isn't in Koha). We can verify this by running the following in the root git
directory:

grep -l -R "checkauth" --exclude="*.t" --exclude="*.pm" | xargs -n1 grep
"sessionID"

For the most part, nothing gets done with sessionID. The one exception seems to
be opac/external/overdrive/auth.pl but it doesn't actually require auth so it
doesn't go down the bad path in C4::Auth.

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


More information about the Koha-bugs mailing list