Merge lp:~david-goetz/swift/invalid_url_backport into lp:swift/1.1
Proposed by
David Goetz
| Status: | Merged |
|---|---|
| Approved by: | Chuck Thier |
| Approved revision: | 109 |
| Merged at revision: | 109 |
| Proposed branch: | lp:~david-goetz/swift/invalid_url_backport |
| Merge into: | lp:swift/1.1 |
| Diff against target: |
251 lines (+76/-17) 11 files modified
swift/account/server.py (+6/-1) swift/auth/server.py (+5/-2) swift/common/middleware/auth.py (+12/-6) swift/common/middleware/ratelimit.py (+5/-1) swift/common/utils.py (+2/-0) swift/obj/server.py (+6/-2) swift/proxy/server.py (+2/-0) swift/stats/access_processor.py (+7/-4) test/functional/tests.py (+9/-0) test/unit/auth/test_server.py (+2/-1) test/unit/common/middleware/test_ratelimit.py (+20/-0) |
| To merge this branch: | bzr merge lp:~david-goetz/swift/invalid_url_backport |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Chuck Thier | Approve | ||
|
Review via email:
|
|||
Description of the change
back porting bug fix into 1.1
To post a comment you must log in.

Looks good