From: Fabian Keil Date: Sat, 12 Jan 2013 12:23:52 +0000 (+0000) Subject: Promote incorrect handling of invalid ports to bug fix X-Git-Tag: v_3_0_20~49 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HIDE-CONTENT-DISPOSITION?a=commitdiff_plain;h=0d2ebfde7ff7305d46d3ba107a971b1134e41ee0;p=privoxy.git Promote incorrect handling of invalid ports to bug fix --- 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.