Opened 16 years ago
Last modified 13 years ago
#3970 closed defect
Changeset close did not work trough proxy — at Initial Version
| Reported by: | Fabi2 | Owned by: | team |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | proxy | Cc: |
Description
JOSM 2466 ("tested" has this problem too) hangs forever in the upload dialog (displays "Änderungsdatensatz schließen...") after the close request:
p1 elapesd: 0
p2 elapesd: 0
p99 elapesd: 0
PUT http://api.openstreetmap.org/api/0.6/changeset/create... OK
POST http://api.openstreetmap.org/api/0.6/changeset/3145605/upload... OK
PUT http://api.openstreetmap.org/api/0.6/changeset/3145605/close...
When clicking on abort I get
PUT http://api.openstreetmap.org/api/0.6/changeset/3145605/close... Der Fehler wird ignoriert, da das Herunterladen abgebrochen wurde. Die Fehlermeldung war: org.openstreetmap.josm.io.OsmTransferException: java.net.SocketException: Socket closed
in the terminal.
There is not difference between setting the proxy only in JOSM or additioanl via command line.
The effect is that i have to restart JOSM to upload another (fresh) changeset, since manual close from the menu does the same. :(


