let's assume some web server will think OFF is a good idea..
authorJoey Hess <joey@kitenet.net>
Fri, 3 Jun 2011 18:41:13 +0000 (14:41 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 3 Jun 2011 18:41:13 +0000 (14:41 -0400)
IkiWiki/CGI.pm
debian/changelog

index a372f73514b52363f3a7c9a2c6ad6e36908267fb..6a04decb617571c9a8f6ea6e206663f177bd24de 100644 (file)
@@ -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));
        }
index 5985a7fedbc18419a48975d58a76b0a174002090..95435f3dd8df4ff9a2921616cb8f45cda03d1dcc 100644 (file)
@@ -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