#2144 closed defect (duplicate)
API 0.6: JOSM ignores 409 conflict
| Reported by: | anonymous | Owned by: | framm |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: | karl.guggisberg@… |
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 Changed 4 years ago by Gubaer
comment:2 Changed 4 years ago by Gubaer
- Cc karl.guggisberg@… added
- Resolution set to duplicate
- Status changed from new to closed
comment:3 Changed 4 years ago by Gubaer
Closed as duplicate of #2437.



see #2437 which includes a patch