[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
Fri Sep 2 15:31:40 CEST 2016


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

Fridolin SOMERS <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55111|0                           |1
        is obsolete|                            |

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

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