Bug 6694: Problem with casAuthentication syspref
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 10 Aug 2011 09:41:06 +0000 (11:41 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 20 Jan 2012 13:19:56 +0000 (14:19 +0100)
commit8ffbf4e88c6ed98ad697bb4a2b4d9d1456d2c84c
treed7240daa47d4f68a5bf2b5a5719f9d1a2710cf0b
parentceb5757573ada0dd7d5643e48dd36ed98b3f46de
Bug 6694: Problem with casAuthentication syspref

A missing test in checkauth caused anonymous session to be destroyed and
re-created at every call when this syspref was set.
Almost the same issue is also fixed in check_api_auth, which caused
C4::Service->init to fail.

Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Auth.pm