From 0d2ebfde7ff7305d46d3ba107a971b1134e41ee0 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 12 Jan 2013 12:23:52 +0000 Subject: [PATCH] Promote incorrect handling of invalid ports to bug fix --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d463dfa..9050fcd1 100644 --- 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. + - 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 @@ -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. - - 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. -- 2.39.2