[Bug 1003633] [NEW] Escape plus character in apt HTTP requests to work around Amazon S3 bug
Daniel Hartwig
1003633 at bugs.launchpad.net
Thu May 24 03:51:46 UTC 2012
Effectively S3 does not implement HTTP according to the spec. Rather
than working around the behaviour of S3 mirrors in methods/http we
could define methods/s3. S3 mirrors would then be properly identified
as non-http in sources.list.
This method could be a wrapper which invokes the http method with a
transformed URI.
--
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:
New
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