Bugzilla – Attachment 94808 Details for
Bug 23068
Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23068: [DO NOT PUSH] Debugging code for test plan
Bug-23068-DO-NOT-PUSH-Debugging-code-for-test-plan.patch (text/plain), 695 bytes, created by
Kyle M Hall (khall)
on 2019-10-28 13:37:48 UTC
(
hide
)
Description:
Bug 23068: [DO NOT PUSH] Debugging code for test plan
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-10-28 13:37:48 UTC
Size:
695 bytes
patch
obsolete
>From a74ab578a0625388728b149539877823331eb7fc Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 23 Aug 2019 13:51:15 -0400 >Subject: [PATCH] Bug 23068: [DO NOT PUSH] Debugging code for test plan > >Signed-off-by: Ed Veal <eveal@mckinneytexas.org> >--- > Koha/Middleware/RealIP.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Middleware/RealIP.pm b/Koha/Middleware/RealIP.pm >index 256790ee54..258e4bfb74 100644 >--- a/Koha/Middleware/RealIP.pm >+++ b/Koha/Middleware/RealIP.pm >@@ -90,6 +90,7 @@ sub get_real_ip { > $real_ip = $addr, last unless $has_matched; > } > >+ warn "REAL IP: $real_ip"; > return $real_ip; > } > >-- >2.21.0 (Apple Git-122)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23068
:
90395
|
90396
|
90582
|
91173
|
91174
|
91447
|
92461
|
92462
|
92463
|
92464
|
94807
| 94808 |
94838
|
94839
|
94919