Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #390993 +++ This is a regression of bug 376506. The code clearly returns (ie does nothing) if the name IS valid, rather than if it isn't. Please check ./plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/internal/wizard/page/NewManualServerComposite.java if (validate(selectedServerType)) { // Do not set the server name if it is invalid return; }
Created attachment 221862 [details] v1.0 Porting changes from bug 390993
Changes released to 332P