]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-support.c
Merge changes from CUPS 1.6svn-r9968.
[thirdparty/cups.git] / cups / http-support.c
index c6ca6c2a566359c2d1336278dee3d242571be9b4..7c30f4d9f061b4b4a83ebd1688a6ef5dbcfe5323 100644 (file)
@@ -216,7 +216,7 @@ httpAssembleURI(
       * Add username@ first...
       */
 
-      ptr = http_copy_encode(ptr, username, end, "/?@", NULL,
+      ptr = http_copy_encode(ptr, username, end, "/?#[]@", NULL,
                              encoding & HTTP_URI_CODING_USERNAME);
 
       if (!ptr)