Promote incorrect handling of invalid ports to bug fix
authorFabian Keil <fk@fabiankeil.de>
Sat, 12 Jan 2013 12:23:52 +0000 (12:23 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 12 Jan 2013 12:23:52 +0000 (12:23 +0000)
ChangeLog

index 8d463df..9050fcd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,9 @@ ChangeLog for Privoxy
     difference for debug builds.
   - Fix an assertion that could cause debug builds to abort() if a filter
     contained nul bytes in the replacement text.
     difference for debug builds.
   - Fix an assertion that could cause debug builds to abort() if a filter
     contained nul bytes in the replacement text.
+  - Reject URLs with invalid port. Previously they were parsed incorrectly and
+    characters between the port number and the first slash were silently
+    dropped as shown by curl test 187.
 
 - General improvements:
   - New debug log level 65536 which logs all actions that were applied to each
 
 - General improvements:
   - New debug log level 65536 which logs all actions that were applied to each
@@ -66,9 +69,6 @@ ChangeLog for Privoxy
     intentions. When looking at the response headers alone, it previously
     wasn't obvious from the client's perspective that no additional responses
     should be expected.
     intentions. When looking at the response headers alone, it previously
     wasn't obvious from the client's perspective that no additional responses
     should be expected.
-  - Reject URLs with invalid port. Previously they were parsed incorrectly and
-    characters between the port number and the first slash were silently
-    dropped as shown by curl test 187.
   - Stop considering client sockets tainted after receving a request with body.
     It hasn't been necessary for a while now and unnecessarily causes test
     failures when using curl's test suite.
   - Stop considering client sockets tainted after receving a request with body.
     It hasn't been necessary for a while now and unnecessarily causes test
     failures when using curl's test suite.