aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-03 14:41:13 -0400
committerJoey Hess <joey@kitenet.net>2011-06-03 14:41:13 -0400
commit0423cac6de29b659a4d74ad142f59958d84d6ab4 (patch)
treecc3bb5c00f933f1edc5f4a5e48dd8fd43f82204a
parentcae2c2231986984fa5f771bee40126be3f53984a (diff)
downloadikiwiki-0423cac6de29b659a4d74ad142f59958d84d6ab4.tar
ikiwiki-0423cac6de29b659a4d74ad142f59958d84d6ab4.tar.gz
let's assume some web server will think OFF is a good idea..
-rw-r--r--IkiWiki/CGI.pm2
-rw-r--r--debian/changelog4
2 files changed, 3 insertions, 3 deletions
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 <joeyh@debian.org> Thu, 05 May 2011 13:02:19 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 03 Jun 2011 14:38:23 -0400
ikiwiki (3.20110430) unstable; urgency=low