[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-15-g8c27b372a4

Git repo owner gitmaster at git.koha-community.org
Fri Jul 24 23:56:55 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, 20.05.x has been updated
       via  8c27b372a4968d5b0d99e512a781302f09a769bf (commit)
      from  cb76501776b3d03cf7c513b50c6b38630740416e (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 8c27b372a4968d5b0d99e512a781302f09a769bf
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Jul 8 07:10:50 2020 +0000

    Bug 25950: Remove <client> in X-Forwarded-For from proxy tests
    
    This patch removes the <client> ip address in the X-Forwarded-For
    header from being tested against koha_trusted_proxies.
    
    Without this patch, REMOTE_ADDR will be set to null, if the <client>
    ip address matches against koha_trusted_proxies.
    
    To Test:
    1. Run the unit test t/Koha/Middleware/RealIP.t
    
    Signed-off-by: Didier Gautheron <didier.gautheron at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7b84fda33b23347846ae50016f1e4b38b0fd95f4)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Middleware/RealIP.pm  |   3 +-
 t/Koha/Middleware/RealIP.t | 152 +++++++++++++++++++++++++++++----------------
 2 files changed, 100 insertions(+), 55 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list