Bugzilla – Attachment 164569 Details for
Bug 36149
userenv stored in plack worker's memory and survive from one request to another
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36149: Add userenv middleware to app.psgi
Bug-36149-Add-userenv-middleware-to-apppsgi.patch (text/plain), 634 bytes, created by
Kyle M Hall (khall)
on 2024-04-09 17:41:28 UTC
(
hide
)
Description:
Bug 36149: Add userenv middleware to app.psgi
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-04-09 17:41:28 UTC
Size:
634 bytes
patch
obsolete
>From 568c6239941667f84a761c4757d5386725842937 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 9 Apr 2024 14:45:39 +0200 >Subject: [PATCH] Bug 36149: Add userenv middleware to app.psgi > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > app.psgi | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/app.psgi b/app.psgi >index 0824a3ebc64..b91000eaf96 100644 >--- a/app.psgi >+++ b/app.psgi >@@ -54,6 +54,7 @@ builder { > }; > > enable 'ReverseProxy'; >+ enable '+Koha::Middleware::UserEnv'; > enable '+Koha::Middleware::SetEnv'; > enable '+Koha::Middleware::RealIP'; > >-- >2.30.2
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 36149
:
163039
|
163040
|
163041
|
163042
|
163043
|
163402
|
163403
|
163404
|
163406
|
163407
|
163409
|
163412
|
163499
|
164145
|
164146
|
164555
|
164567
|
164568
| 164569