]
Rob Stryker updated JBIDE-17494:
--------------------------------
Labels: respin-b (was: )
Download Runtimes not validating credentials when launched from new
server wizard
---------------------------------------------------------------------------------
Key: JBIDE-17494
URL:
https://issues.jboss.org/browse/JBIDE-17494
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Rob Stryker
Assignee: Rob Stryker
Labels: respin-b
Fix For: 4.2.0.Beta2, 4.2.0.Beta3
When entering the download-runtimes wizard via the hyperlink in a new runtime wizard,
your credentials are not validated at all, and T&C are not shown.
This is due to the new runtime wizard being launched via a normal WizardDialog instead of
via the enhancde TaskWizardDialog, which properly forwards calls to nextPressed to the
fragment so it can do long-running tasks during the press of the 'next' button.