]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Prevent newlines in FTP command arguments causing inadvertent sending of
[wget] / src / ChangeLog
index 2d3ed991d90f5a09e9c57c3e6e6218baee455df8..29ab9f3090426ff01d43db9607a4df563bc78ad6 100644 (file)
@@ -1,3 +1,22 @@
+2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp-basic.c (ftp_request): Prevent newlines in VALUE causing
+       inadvertent sending of multiple FTP commands.
+
+2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (decide_copy_method): Never cause reencode_escapes to
+       decode % escapes; it is too intrusive and breaks some servers.
+
+2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (gethttp): When tunnelling SSL traffic over proxy with
+       CONNECT, we're really talking to the remote server directly.
+       Because of this, the request-line argument must be the URL path
+       rather than the whole URL, as it would be when using regular
+       proxies.
+       Reported by Charles Lane.
+
 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * init.c (cmd_spec_useragent): Allow empty User-Agent.