[Koha-bugs] [Bug 17240] Allow processes that rely on background jobs run in Plack mode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 27 12:07:14 CEST 2018


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

--- Comment #18 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 76477
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76477&action=edit
Bug 17240: (prepare) Allow processes that rely on background jobs run in Plack
mode

This adds prepares the main one by adding method "is_psgi" to C4::Context and
using it in C4::Auth for all templates.
It is used by about.pl and Koha::AuthUtils.

Test plan :
- On a Koha running with Plack
- Go to about.pl
- Look at line "PGSI:"
=> You should see "Plack"
- Enable CAS authentication
- Go to OPAC auth page
- Look at the CAS link
=> You see the current page in this URL

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


More information about the Koha-bugs mailing list