Bug 337206 - Cancelling login dialog on push does not cancel the push operation
Summary: Cancelling login dialog on push does not cancel the push operation
Status: ASSIGNED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 0.11   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Stefan Lay CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-15 07:56 EST by Edwin Kempin CLA
Modified: 2011-02-21 09:33 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edwin Kempin CLA 2011-02-15 07:56:13 EST
Steps to reproduce:
1. configure a push specification for pushing changes over http/https so that user and password are required for pushing
2. do not store user/password for the push URL in the Eclipse Secure Store
3. do a local commit and try to push it -> for the push a login dialog appears that asks for user and password
4. click in the login dialog on the 'Cancel' button (without having entered user and password into the dialog)
5. EGit tries to push, this fails with 'not authorized'

Expected:
It is expected that the push is cancelled when the user presses the 'Cancel' button in the login dialog.