[Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug
Michael Vogt
michaelvogt at imap.cc
Fri Jan 11 08:58:29 UTC 2013
** Patch added: "Trivial extension of Daniels fix for #1086997"
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1003633/+attachment/3479965/+files/fix.diff
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1003633
Title:
Escape plus character in apt HTTP requests to work around Amazon S3
bug
Status in “apt” package in Ubuntu:
Confirmed
Bug description:
Amazon S3 performs incorrect query-string un-escaping on URLs and improperly converts the plus ('+') character to a space (' ') when processing incoming GET requests for files. This causes apt-get to get HTTP 404 errors when downloading packages from S3-hosted mirrors which include a + character in the name of the package.
For more background info, see:
https://forums.aws.amazon.com/thread.jspa?threadID=55746
One possibly solution is to change the call to QuoteString in http.cc
to include '+' in the character set, which would escape the plus
character to the %2B form, which will be properly processed by Amazon
S3.
Thanks,
Doug
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1003633/+subscriptions
More information about the foundations-bugs
mailing list