[Bug 878946] Re: apt mirror method sends bad query string for arch
Ubuntu QA's Bug Bot
bug-stats at murraytwins.com
Thu Oct 20 20:17:06 UTC 2011
The attachment "apt-mirror-querystring.diff" of this bug report has been
identified as being a patch. The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch. In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch. Additionally, if you are member
of the ubuntu-sponsors please also unsubscribe the team from this bug
report.
[This is an automated message performed by a Launchpad user owned by
Brian Murray. Please contact him regarding any issues with the action
taken in this bug report.]
** Tags added: patch
--
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/878946
Title:
apt mirror method sends bad query string for arch
Status in “apt” package in Ubuntu:
New
Bug description:
The apt mirror method sends a bad query string for arch if it is the
first query string parameter.
Current examples of query strings:
"GET /mirrors.txt?archi386&dist=oneiric-security HTTP/1.1"
"GET /mirrors.txt?archamd64&arch=i386&dist=oneiric-security HTTP/1.1"
"GET /mirrors.txt?archamd64&dist=oneiric-proposed HTTP/1.1"
Should be:
"GET /mirrors.txt?arch=i386&dist=oneiric-security HTTP/1.1"
"GET /mirrors.txt?arch=amd64&arch=i386&dist=oneiric-security HTTP/1.1"
"GET /mirrors.txt?arch=amd64&dist=oneiric-proposed HTTP/1.1"
I believe that the attached patch should resolve this issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/878946/+subscriptions
More information about the foundations-bugs
mailing list