]> granicus.if.org Git - curl/commit
glob: backslash escaping bug
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Jun 2010 22:17:38 +0000 (00:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Jun 2010 22:22:11 +0000 (00:22 +0200)
commit89924a897d1cdb76750459a07e6caf460601c822
treeb3f468d1bc27ae9a1df4885463d0b64d9880c141
parentbcefe839c7ccbe57dc4f5d390d90e9370293c9fd
glob: backslash escaping bug

curl didn't properly handle escaping characters in a URL with the use of
backslash. It did an attempt, but that failed as reported in bug
3022551. The described example was using the URL
"http://example.com?{AB,C\,D}".

I've now removed the special-handling of letters following the backslash
and I also removed the bad extra check that triggered this particular
bug.

Bug: http://curl.haxx.se/bug/view.cgi?id=3022551
Reported by: Jon Sargeant
RELEASE-NOTES
src/urlglob.c