diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-16 21:28:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-16 21:28:38 +0000 |
commit | 25bf23105d0ae927a9b62a1d4f4f30312481955f (patch) | |
tree | bc3d49d64a9a849dd625e3cbc21fb733d27d2b88 /CHANGES | |
parent | 2544c7808309b1cd998688c3b845d9cc1269a327 (diff) |
Location: problem with bad original URL, identified in bug report #1029478
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ Changelog +Daniel (16 September 2004) +- Anonymous filed bug report #1029478 which identified a bug when you 1) used + a URL without properly seperating the host name and the parameters with a + slash. 2) the URL had parameters to the right of a ? that contains a slash + 3) curl was told to follow Location:s 4) the request got a response that + contained a Location: to redirect to "/dir". curl then appended the new path + on the wrong position of the original URL. + + Test case 187 was added to verify that this was fixed properly. + Daniel (11 September 2004) - Added parsedate.[ch] that contains a rewrite of the date parser currently provided by getdate.y. The new one is MUCH smaller and will allow us to run |