[jbosstools-issues] [JBoss JIRA] (JBIDE-11135) Non saved credentials are remembered even after Eclipse restart

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Tue Mar 6 09:23:40 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-11135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673982#comment-12673982 ] 

Xavier Coulon commented on JBIDE-11135:
---------------------------------------

Max,

Answering your questions:
1) true, returning an Object[] is not clean, it is now returning a Map<Enum, Object>, but it must be the result of a single method call. One method call == 1 user prompt.

2) true, I added a call to Logger.error() to log the error.

3) not exactly: the IPasswordPrompter#getPasswodFor() is used by UserModel#promptForPassword(IUser), and indeed, the second method may return null if the prompter could not be initialized, otherwise, it returns the result of the prompter. Not exactly the same method.
 
4) Yes, I have to stop formatting all the code, but just the changes I make. Sorry about that.

5) I renamed it to UserDelegate. 
                
> Non saved credentials are remembered even after Eclipse restart
> ---------------------------------------------------------------
>
>                 Key: JBIDE-11135
>                 URL: https://issues.jboss.org/browse/JBIDE-11135
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Lucia Jelinkova
>            Assignee: Xavier Coulon
>            Priority: Critical
>             Fix For: 3.3.0.Beta1
>
>         Attachments: JBIDE-11135.patch, JBIDE-11135b.patch
>
>
> When I connect to OpenShift and select not to store the password, it is remembered even after Eclipse restart. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list