Bugzilla – Attachment 104642 Details for
Bug 25360
Use secure flag for CGISESSID cookie
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25360: [Follow-up] Fix typo in C4/InstallAuth.pm
Bug-25360-Follow-up-Fix-typo-in-C4InstallAuthpm.patch (text/plain), 845 bytes, created by
David Cook
on 2020-05-11 00:50:34 UTC
(
hide
)
Description:
Bug 25360: [Follow-up] Fix typo in C4/InstallAuth.pm
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-05-11 00:50:34 UTC
Size:
845 bytes
patch
obsolete
>From 08a50cde316284fff2b44d5dcc8226189eb6e391 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Mon, 11 May 2020 10:49:15 +1000 >Subject: [PATCH] Bug 25360: [Follow-up] Fix typo in C4/InstallAuth.pm > >--- > C4/InstallAuth.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/InstallAuth.pm b/C4/InstallAuth.pm >index 82fd9b7cc6..8f020769fa 100644 >--- a/C4/InstallAuth.pm >+++ b/C4/InstallAuth.pm >@@ -267,7 +267,7 @@ sub checkauth { > -name => 'CGISESSID', > -value => $session->id, > -HttpOnly => 1, >- -secure => ( C4::Context->https_enabled() } ? 1 : 0 ), >+ -secure => ( C4::Context->https_enabled() ? 1 : 0 ), > ); > $loggedin = 1; > $userid = $session->param('cardnumber'); >-- >2.16.4
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 25360
:
104244
|
104469
|
104470
|
104642
|
106176
|
106177
|
106178
|
107833
|
107834
|
108161
|
108162