RedirectRequest errors trying to access .git/objects
Bug #617078 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
Launchpad itself |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
Several HTTP Git imports are currently failing because the HTTP servers
are returning redirects when bzr-git attemps to open the "objects"
directory.
The proper fix for this, already available in bzr-git trunk, is to check
for the refs file first and avoid accessing any directories unless that
file is not present.
Related branches
lp://qastaging/~jelmer/launchpad/update-bzr-git
- Māris Fogels (community): Approve
- Tim Penhey (community): Approve
- Launchpad code reviewers: Pending (code) requested
-
Diff: 75 lines (+11/-13)3 files modifiedlib/lp/codehosting/codeimport/tests/servers.py (+3/-2)
lib/lp/codehosting/codeimport/tests/test_worker.py (+6/-9)
utilities/sourcedeps.conf (+2/-2)
Changed in launchpad-code: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in launchpad-code: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
Changed in launchpad-code: | |
milestone: | none → 10.09 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
tags: | added: verified |
Changed in bzr-git: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11386 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11386>.