#2144 closed defect (duplicate)
API 0.6: JOSM ignores 409 conflict
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | Gubaer |
Description
When uploading to an API 0.6 server, a return message of "409 conflict" leads to this:
upload to: http://localhost:3000/api/0.6/changeset/79/upload...connected
(return code 409 returned)
backing off for 10 seconds...retrying (9 left)
upload to: http://localhost:3000/api/0.6/changeset/79/close...
connected
got return: 200
upload to: http://localhost:3000/api/0.6/changeset/79/close...
connected
got return: 200
The changes are still flagged as un-saved in JOSM but the user does not receive any kind of information about the problem.
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Cc: | added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
see #2437 which includes a patch