]> granicus.if.org Git - apache/commitdiff
https also needs QS
authorJim Jagielski <jim@apache.org>
Thu, 26 Jan 2012 19:14:58 +0000 (19:14 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 26 Jan 2012 19:14:58 +0000 (19:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1236350 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index c2cbd705537c1dc7478d6488fd7a143bd3592b18..8f5d3972ed19aa6d8107c34f03c1224c29dfef71 100644 (file)
@@ -546,7 +546,7 @@ static unsigned is_absolute_uri(char *uri, int *supportsqs)
             return 7;
         }
         else if (!strncasecmp(uri, "ttps://", 7)) { /* https://  */
-            /* *sqs = 1; */
+            *sqs = 1;
             return 8;
         }
         break;