[Koha-bugs] [Bug 17030] Configure the REST api on packages install

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 4 23:40:58 CEST 2016


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

Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off

--- Comment #7 from Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> ---
Lovely work Tomas!

Just as we have implemented at OPL, but with a much better apache rewrite...

As for the session timeout, I tested by disabled the syspref
SessionRestrictionByIP and never suffered the session timeout issue again.

Relevant log error with :
Use of uninitialized value in string ne at /usr/share/koha/lib/C4/Auth.pm line
1674.

which points to the test:
C4::Context->preference('SessionRestrictionByIP') && $ip ne $ENV{'REMOTE_ADDR'}
)

my guess is that session worker translates localhost to 127.0.0.1 and then this
test will give false and delete session.

Anyway, this should be a separate bug and not prevent this important one to hit
master as soon as possible!

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


More information about the Koha-bugs mailing list