Bugzilla – Attachment 92464 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), 646 bytes, created by
Kyle M Hall (khall)
on 2019-08-23 18:24:50 UTC
(
hide
)
Description:
Bug 23068: [DO NOT PUSH] Debugging code for test plan
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-08-23 18:24:50 UTC
Size:
646 bytes
patch
obsolete
>From a64828f75afcbcd168173dcb60d85599f9609829 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 > >--- > 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.20.1 (Apple Git-117)
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