#2476 closed defect (duplicate)
Error 400 not reported, editor becomes clean, possible loss of data when closing editor
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
I tried to upload some change, probably to big, server responded:
HTTP/1.1 400 Bad Request
Content-Type: text/plain; charset=utf-8
X-Runtime: 1.39070
Cache-Control: no-cache
Content-Length: 69
Date: Sun, 26 Apr 2009 20:44:32 GMT
Server: lighttpd/1.4.19
You tried to add 2734 nodes to the way, however only 2000 are allowed
JOSM told me about an IOException during upload, it will retry in 5 seconds.
But some seconds later no error came up, and the editor was clean (i.e. I could close JOSM without any warning). However, my stuff was *not* uploaded, and no warning told me about that fact when closing the editor, so all my data was lost :-(
From Wireshark I can see that the faulty request (POST /api/0.6/changeset/980312/upload) is never repeated.
JOSM version is 1555.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #1953.