Merge lp:~leonardr/lazr.restful/474522-type-error into lp:lazr.restful
Proposed by
Leonard Richardson
on 2010-09-29
| Status: | Merged |
|---|---|
| Merged at revision: | 149 |
| Proposed branch: | lp:~leonardr/lazr.restful/474522-type-error |
| Merge into: | lp:lazr.restful |
| Diff against target: |
191 lines (+99/-15) 5 files modified
src/lazr/restful/NEWS.txt (+7/-0) src/lazr/restful/example/base/tests/entry.txt (+65/-9) src/lazr/restful/example/base/tests/redirect.txt (+1/-0) src/lazr/restful/marshallers.py (+25/-5) src/lazr/restful/version.txt (+1/-1) |
| To merge this branch: | bzr merge lp:~leonardr/lazr.restful/474522-type-error |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Edwin Grubbs (community) | code | 2010-09-29 | Approve on 2010-09-29 |
|
Review via email:
|
|||
Description of the Change
Ignore the name of this branch; it refers to a backlog bug that turned out to be invalid.
This branch fixes a different backlog bug, bug 497602. It makes lazr.restful accept relative URLs when dereferencing URLs. This happens when you pass a URL into a named operation or try to change an entry's link. The URLs are relative to the versioned service root (so "/foo" might actually be "http://
I also updated some imports and fixed a trivial test failure in the previous revision.
To post a comment you must log in.

Hi Leonard,
This branch looks great. Thanks for fixing this issue.
-Edwin