Bugzilla – Attachment 182761 Details for
Bug 39206
Koha improperly tries to remove foreign cookies on logout (and in general the cookies aren't actually removed, but set to empty values)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39206: Modify koha-conf templates
Bug-39206-Modify-koha-conf-templates.patch (text/plain), 2.11 KB, created by
Marcel de Rooy
on 2025-05-23 09:59:16 UTC
(
hide
)
Description:
Bug 39206: Modify koha-conf templates
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-05-23 09:59:16 UTC
Size:
2.11 KB
patch
obsolete
>From 357515af49c1146e4997b9ff0485e06c19792721 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 23 May 2025 11:15:49 +0200 >Subject: [PATCH] Bug 39206: Modify koha-conf templates >Content-Type: text/plain; charset=utf-8 > >Test plan: >Just read the patch. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > debian/templates/koha-conf-site.xml.in | 8 +++----- > etc/koha-conf.xml | 8 +++----- > 2 files changed, 6 insertions(+), 10 deletions(-) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 1f034a26c5..afc23a98cc 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -474,11 +474,9 @@ __END_SRU_PUBLICSERVER__ > </background_jobs_worker> > > <do_not_remove_cookie>__KEEP_COOKIE__</do_not_remove_cookie> >- <do_not_remove_cookie>catalogue_editor_\d+</do_not_remove_cookie> >- <!-- Uncomment lines like hereunder to not clear cookies at logout: >- The cookie name is case sensitive. >- NOTE: You may use regex constructions like the example above. >- <do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie> >+ <!-- Example lines. See Koha/CookieManager.pm for more details. >+ <do_not_remove_cookie>some_cookie</do_not_remove_cookie> >+ <remove_cookie>another_cookie</remove_cookie> > --> > > <message_domain_limits> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index b162219f9c..33768161a2 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -285,11 +285,9 @@ > <max_processes>1</max_processes> > </background_jobs_worker> > >- <do_not_remove_cookie>catalogue_editor_\d+</do_not_remove_cookie> >- <!-- Uncomment lines like hereunder to not clear cookies at logout: >- The cookie name is case sensitive. >- NOTE: You may use regex constructions like the example above. >- <do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie> >+ <!-- Example lines. See Koha/CookieManager.pm for more details. >+ <do_not_remove_cookie>some_cookie</do_not_remove_cookie> >+ <remove_cookie>another_cookie</remove_cookie> > --> > > <message_domain_limits> >-- >2.39.5
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 39206
:
182758
|
182759
|
182760
| 182761