Added the ability to handle Base64-encoded URL's. We will use these, along with...
[citadel.git] / webcit / context_loop.c
index c3e4e4fc9b3eb93dd15e763b3e2add0e28a2eaf3..ca72387d7d791c6af8d03121cafd98674cb8c366 100644 (file)
@@ -306,6 +306,7 @@ int ReadHttpSubject(ParsedHttpHdrs *Hdr, StrBuf *Line, StrBuf *Buf)
        }
 
        StrBufAppendBuf(Hdr->this_page, Hdr->HR.ReqLine, 0);
+
        /* chop Filename / query arguments */
        Args = strchr(ChrPtr(Hdr->HR.ReqLine), '?');
        if (Args == NULL) /* whe're not that picky about params... TODO: this will spoil '&' in filenames.*/