Opened 17 years ago
Closed 16 years ago
#1598 closed defect (fixed)
[PATCH] JOSM does not check if password dialog of upload is aborted
Reported by: | plaicy | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Hello,
I have not saved my password in josm. So if I upload something josm asks for the password. If abort this dialog, josm ask in a endless loop for the password. In the console is written: "got return: 401 with id". After a few tries josm even backoff for 10 seconds. I think the return value of this dialogue is not checked.
Greetings
Attachments (2)
Change History (4)
by , 16 years ago
Attachment: | MakeAbortingMoreResponsive.patch added |
---|
by , 16 years ago
Attachment: | MakeAbortingMoreResponsive.2.patch added |
---|
comment:1 by , 16 years ago
Summary: | JOSM does not check if password dialog of upload is aborted → [PATCH] JOSM does not check if password dialog of upload is aborted |
---|
This makes canceling more responsive by instead of sleeping for 10s, it will sleep for 1s, wake up and check if the user canceled and either cancel or sleep again for 1s. Canceling the password dialog will have an effect now.
Forgot updating the patch before uploading, this is the right one