Custom Query (2152 matches)
Results (1219 - 1221 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1312 | invalid | Particular characters in JSON cause exception creating package on API | dread | florian.marienfeld@… |
Description |
From Florian: I am having trouble with the characters "=&;". if they occur e.g. in the title of a package, I get a 400-Bad-Request when I try to register a package by POSTing to ckan/rest/api/package However, when I PUT the same package as an edit to ckan/rest/api/package/existing_package, it works and the title shows correctly on the front end and API. Reproduced(pyenv-ckan)dread@dread-laptop:~/hgroot/ckan$ curl -i http://localhost:5000/api/rest/package -d '{"name": "test3", "title": "Test &"}' -H "Authorization:tester" HTTP/1.0 400 Bad Request Server: PasteWSGIServer/0.5 Python/2.6.5 Date: Tue, 06 Sep 2011 14:09:31 GMT Pragma: no-cache Cache-Control: no-cache Content-Type: application/json;charset=utf-8 Content-Length: 87 "Bad request - JSON Error: Unterminated string starting at: line 1 column 27 (char 27)" |
|||
#1313 | duplicate | Tweaks to captcha configuration | zephod | dread |
Description |
Awesome to have the captcha implementation and running on thedatahub.org! Here are some further suggestions concerning the config options, before this goes into a release:
I'm not sure why - might be something to do with the maintenance on the server, but worth double checking, since we don't want exceptions, say if one or other config variable is not defined. |
|||
#1315 | fixed | Document /api/action | dread | dread |
Description |
We need some documentation for the /api/action. Even though it's beta and subject to change it would be good to have a guide. |
Note: See TracQuery
for help on using queries.