aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-16 21:28:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-16 21:28:38 +0000
commit25bf23105d0ae927a9b62a1d4f4f30312481955f (patch)
treebc3d49d64a9a849dd625e3cbc21fb733d27d2b88 /CHANGES
parent2544c7808309b1cd998688c3b845d9cc1269a327 (diff)
Location: problem with bad original URL, identified in bug report #1029478
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c4d4f4c11..57f2f35f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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