[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-24-gd8cb07d665

Git repo owner gitmaster at git.koha-community.org
Thu Apr 9 22:14:26 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  d8cb07d6658850a84f125956d6f058a1fa72de74 (commit)
      from  e5cf4065d11d850e89b614148be58f766638698d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d8cb07d6658850a84f125956d6f058a1fa72de74
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Feb 27 00:28:48 2020 +0000

    Bug 24719: Remove use of CGI object in C4::Context::set_remote_address()
    
    This patch replaces the CGI "http" object method with its equivalent
    class method, which doesn't require object instantiation and thus skips
    global initialization and premature handling of the incoming HTTP request.
    
    Test plan:
    0. Disable Plack if it is enabled
    1. Set koha_trusted_proxies in koha-conf.xml to 1.1.1.1
    2. Clear Memcached
    3. Try to upload MARCXML file to /cgi-bin/koha/tools/stage-marc-import.pl
    4. Note that form below "Upload progress" never appears and errors show
    in browser console
    5. Apply the patch
    6. Try to upload MARCXML file to /cgi-bin/koha/tools/stage-marc-import.pl
    7. Note that form appears below "Upload progress"
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 74e3ef126c5992ac049a35c75a7d3879669d7a49)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Context.pm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list