Merge lp://staging/~cjwatson/lazr.restful/url-dereferencing-server-url into lp://staging/lazr.restful
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 255 |
Proposed branch: | lp://staging/~cjwatson/lazr.restful/url-dereferencing-server-url |
Merge into: | lp://staging/lazr.restful |
Diff against target: |
91 lines (+33/-1) 4 files modified
NEWS.rst (+5/-0) src/lazr/restful/docs/webservice-marshallers.rst (+9/-0) src/lazr/restful/example/base/traversal.py (+16/-1) src/lazr/restful/marshallers.py (+3/-0) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.restful/url-dereferencing-server-url |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tom Wardill (community) | Approve | ||
Review via email: mp+390089@code.staging.launchpad.net |
Commit message
Fix dereferencing of URLs that redirect within HTTPS requests.
Description of the change
URLDereferencin
To post a comment you must log in.