Changes between Initial Version and Version 2 of Ticket #1210
- Timestamp:
- 07/06/11 10:53:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1210
- Property Priority changed from awaiting triage to minor
- Property Summary changed from WebOb 1.0.1 behaviour to POST application/json error handling with newer WebOb
-
Ticket #1210 – Description
initial v2 1 WebOb from v1.0. 1has some interesting new behaviour with reading request data for different Content-Types:1 WebOb from v1.0.7 has some interesting new behaviour with reading request data for different Content-Types: 2 2 3 * It seems that looking at request.body mangles request.POST. See fix in ckan cset:e83bad9caa1b 3 * It seems that looking at request.body mangles request.POST. See fix in ckan cset:e83bad9caa1b (problem with WebOb v1.0.7 but may go back to v1.0.4?) 4 4 5 * A particular request caused an AssertionError during looking at request.body, so we need to enclose this in a try/except. I couldn't recreate it in a test unfortunately .5 * A particular request caused an AssertionError during looking at request.body, so we need to enclose this in a try/except. I couldn't recreate it in a test unfortunately (problem with WebOb v1.0.7 but may go back to v1.0.2?) 6 6 7 7 Example: