[Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 9 08:51:22 CEST 2023


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

--- Comment #5 from David Cook <dcook at prosentient.com.au> ---
If you want to verify the unit test works, you can either run it before
applying the first patch, or you can compromise Koha/Middleware/SetEnv.pm by
adding the following:
$env = {}; 

right before the final return in the call sub.

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


More information about the Koha-bugs mailing list