http URL redirects to http+urllib URL
Bug #377389 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
E.g.:
http://
Related branches
lp://staging/~jelmer/brz/kill-pycurl
Merged
into
lp://staging/brz
- Martin Packman: Approve
-
Diff: 991 lines (+20/-691)9 files modifiedbreezy/tests/features.py (+0/-1)
breezy/tests/http_server.py (+0/-22)
breezy/tests/https_server.py (+0/-14)
breezy/tests/test_bzrdir.py (+0/-12)
breezy/tests/test_http.py (+11/-169)
breezy/transport/__init__.py (+4/-18)
breezy/transport/http/__init__.py (+1/-1)
breezy/transport/http/_pycurl.py (+0/-454)
doc/en/release-notes/brz-3.0.txt (+4/-0)
Changed in bzr: | |
status: | Triaged → Confirmed |
tags: | added: http |
tags: | added: ui |
Changed in bzr: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
status: | Confirmed → In Progress |
assignee: | Jelmer Vernooij (jelmer) → nobody |
status: | In Progress → Confirmed |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → 3.0.0 |
Changed in brz: | |
status: | Triaged → Fix Released |
assignee: | nobody → Jelmer Vernooij (jelmer) |
To post a comment you must log in.
I'm pretty sure this has been fixed in recent bzr versions (supposing that the bug here is that we had '+urllib' to the URL, but bzr was handling that, so I'm not sure you consider that a bug).