diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-10 15:49:25 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-10 15:49:25 +0200 |
commit | c34ea12ad509cb34c954ed574a301c3cbede55ec (patch) | |
tree | cabd9660a9e9ac793b29f5cd2c6ac703dd93a6ab /debian/changelog | |
parent | 4992469e453490e4c104a1b6021e48c725c499b8 (diff) |
dequote URL taken from Location in redirects as we will otherwise
quote an already quoted string in the request later (Closes: #602412)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fd10e0fcf..125fa7f70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,8 +50,10 @@ apt (0.8.14.2) UNRELEASED; urgency=low use the method as a simple standalone downloader - Location header in redirects should be absolute URI, but some servers just send an absolute path so still deal with it properly + - dequote URL taken from Location in redirects as we will otherwise + quote an already quoted string in the request later (Closes: #602412) - -- David Kalnischkies <kalnischkies@gmail.com> Wed, 27 Apr 2011 17:37:58 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Tue, 10 May 2011 15:49:19 +0200 apt (0.8.14.1) unstable; urgency=low |