]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Parse Content-Disposition better. Implement memrchr where missing.
[wget] / src / ChangeLog
index 46a550feb94cc834cdde767369f91389e84905aa..54452b5bb394a5069f5e8227376886e2fd21bbba 100644 (file)
@@ -1,3 +1,14 @@
+2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (find_last_char): Define in terms of memrchr.
+
+       * cmpt.c (memrchr): Define it on systems that don't have it.
+
+       * http.c (extract_param): New function for parsing header values
+       with parameters.
+       (parse_content_disposition): Use it.  Don't allow slashes and
+       backslashes in the file name.
+
 2006-02-27  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * url.c (path_simplify): Don't preserve ".." at beginning of path.