[jbosstools-issues] [JBoss JIRA] (JBIDE-19902) Explorer: v3 connection with basic auth trigger secure storage prompt on Eclipse startup

Andre Dietisheim (JIRA) issues at jboss.org
Wed Jun 3 10:12:03 EDT 2015


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

Andre Dietisheim commented on JBIDE-19902:
------------------------------------------

I think that the following code is triggering this:

{code:title=OpenShiftExplorerLabelProvider#getStyledText}
		if(element instanceof Connection){
			Connection conn = (Connection) element;
			String prefix = org.apache.commons.lang.StringUtils.defaultIfBlank(conn.getUsername(), conn.getToken());
{code}

conn.getToken() triggers the secure storage password prompt to show up on startup.

> Explorer: v3 connection with basic auth trigger secure storage prompt on Eclipse startup
> ----------------------------------------------------------------------------------------
>
>                 Key: JBIDE-19902
>                 URL: https://issues.jboss.org/browse/JBIDE-19902
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.3.0.Beta1
>            Reporter: Andre Dietisheim
>            Assignee: Jeff Cantrill
>         Attachments: secure-storage-prompt.png
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list