]
Nick Boldt updated JBIDE-17617:
-------------------------------
Labels: (was: respin-b)
Download Runtimes not validating credentials when launched from new
server wizard - Beta3
-----------------------------------------------------------------------------------------
Key: JBIDE-17617
URL:
https://issues.jboss.org/browse/JBIDE-17617
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 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.