]> git.ipfire.org Git - thirdparty/cups.git/commit
The HTTP code did not use a case-insensitive comparison when
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 19 Nov 2003 18:05:55 +0000 (18:05 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 19 Nov 2003 18:05:55 +0000 (18:05 +0000)
commit4bc4b09f72f42c8c53e7bb4f27da8b8e653188f4
treed6b5b0029881129f5dcb92d04c65cfa7d33b889c
parentb3e13098b0de778bde11b710cddf96c58ca54497
The HTTP code did not use a case-insensitive comparison when
checking for the Basic authentication method (STR #407)

The httpEncode() function always added a trailing "=" character,
which is not required by the Base64 encoding specification (STR
#407)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@4013 7a7537e8-13f0-0310-91df-b6672ffda945
CHANGES.txt
cups/auth.c
cups/http.c