]
Nick Boldt commented on JBIDE-17617:
------------------------------------
Remove respin-b label as this was done in Beta2 respin-b and Beta3 (first build).
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.