Modify ↓
Opened 15 years ago
Closed 15 years ago
#3725 closed defect (fixed)
JOSM doesn't provide indication during upload that the server is sending 410 Gone errors
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When uploading data that deletes nodes which have already been deleted on the server JOSM will just show:
Uploding data... Updating changeset...
It should instead give a more direct indication that some of the objects it's trying to delete have already been deleted on the server. Some changesets can have lots of these and before I investigated further I thought JOSM was stuck in an infinite upload loop.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
(In [2319]) fixed #3725: JOSM doesn't provide indication during upload that the server is sending 410 Gone errors
Progress dialog now includes a small log window for use cases like this. Use appendLogMessage() on the progress monitor.