[
https://issues.jboss.org/browse/JBIDE-11184?page=com.atlassian.jira.plugi...
]
Xavier Coulon updated JBIDE-11184:
----------------------------------
Attachment: JBIDE-11184.patch
Patch that uses the CredentialsWizard instead of the RequiredCredentialsDialog, keeps a
state of the connection in the UserDelegate and prompts when needed, checks if a password
was given to avoid having NPE during request marshalling.
And for once, this patch is not full of unnecessary reformatting \o/
NPE when the user is not connected (ignored the password dialog, did
not input his password)
--------------------------------------------------------------------------------------------
Key: JBIDE-11184
URL:
https://issues.jboss.org/browse/JBIDE-11184
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.Beta1
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: 3.3.0.Beta1
Attachments: JBIDE-11184.patch
NPE when the user is not connected (ignored the password dialog, did not input his
password).
This occurs when the user details are being displayed in the properties view and when the
applications list is loaded.
workaround: check that the user.getPassword() != null before performing operations on the
user...
--
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