diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-06-29 00:17:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-06-29 00:22:11 +0200 |
commit | 89924a897d1cdb76750459a07e6caf460601c822 (patch) | |
tree | b3f468d1bc27ae9a1df4885463d0b64d9880c141 /tests/data/test139 | |
parent | bcefe839c7ccbe57dc4f5d390d90e9370293c9fd (diff) |
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
Diffstat (limited to 'tests/data/test139')
0 files changed, 0 insertions, 0 deletions