[Bug 878946] Re: apt mirror method sends bad query string for arch
Torsten Spindler
torsten at canonical.com
Thu Mar 1 13:14:11 UTC 2012
Thanks for your bug report and fix, this seems to have fixed in apt on
Precise.
** Changed in: apt (Ubuntu)
Status: New => Fix Released
--
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:
Fix Released
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