[
https://issues.jboss.org/browse/JBIDE-12040?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-12040:
-------------------------------------
possible patch:
{code}
### Eclipse Workspace Patch 1.0
#P org.jboss.tools.openshift.express.ui
Index:
src/org/jboss/tools/openshift/express/internal/ui/behaviour/ExpressDetailsComposite.java
===================================================================
---
src/org/jboss/tools/openshift/express/internal/ui/behaviour/ExpressDetailsComposite.java (revision
41564)
+++
src/org/jboss/tools/openshift/express/internal/ui/behaviour/ExpressDetailsComposite.java (working
copy)
@@ -540,7 +540,7 @@
final CredentialsWizardPageModel model = new CredentialsWizardPageModel(inner);
model.setPassword(pass);
model.setRhLogin(user);
- model.setRememberPassword(false);
+ model.setRememberPassword(rememberPassword);
return new Runnable() {
public void run() {
final IStatus s = model.validateCredentials();
{code}
Password is lost after importing an application from New server
wizard
----------------------------------------------------------------------
Key: JBIDE-12040
URL:
https://issues.jboss.org/browse/JBIDE-12040
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers, openshift
Affects Versions: 3.3.0.CR1
Reporter: Lucia Jelinkova
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.CR1
When I import an application during creation of a new server the stored password is lost.
--
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