]> granicus.if.org Git - apache/commitdiff
Merge r1236350 from trunk:
authorJim Jagielski <jim@apache.org>
Thu, 26 Jan 2012 19:15:41 +0000 (19:15 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 26 Jan 2012 19:15:41 +0000 (19:15 +0000)
https also needs QS

Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1236351 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;