From: Joey Hess Date: Fri, 3 Jun 2011 18:41:13 +0000 (-0400) Subject: let's assume some web server will think OFF is a good idea.. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/0423cac6de29b659a4d74ad142f59958d84d6ab4 let's assume some web server will think OFF is a good idea.. --- diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm index a372f7351..6a04decb6 100644 --- a/IkiWiki/CGI.pm +++ b/IkiWiki/CGI.pm @@ -12,7 +12,7 @@ use Encode; sub printheader ($) { my $session=shift; - if (($ENV{HTTPS} && $ENV{HTTPS} ne "off") || $config{sslcookie}) { + if (($ENV{HTTPS} && lc $ENV{HTTPS} ne "off") || $config{sslcookie}) { print $session->header(-charset => 'utf-8', -cookie => $session->cookie(-httponly => 1, -secure => 1)); } diff --git a/debian/changelog b/debian/changelog index 5985a7fed..95435f3dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ikiwiki (3.20110431) UNRELEASED; urgency=low +ikiwiki (3.20110431) unstable; urgency=low * Danish translation update. Closes: #625721 * Danish underlay translation update. Closes: #625765 @@ -17,7 +17,7 @@ ikiwiki (3.20110431) UNRELEASED; urgency=low * Support the Hiawatha web server which sets HTTPS=off rather than not setting it. (There does not seem to be a standard here.) - -- Joey Hess Thu, 05 May 2011 13:02:19 -0400 + -- Joey Hess Fri, 03 Jun 2011 14:38:23 -0400 ikiwiki (3.20110430) unstable; urgency=low