Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 221925 Details for
Bug 390993
New Server Wizard non-default name fails [regression]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
v1.0
file_390993.txt (text/plain), 781 bytes, created by
Elson Yuen
on 2012-10-04 17:22:02 EDT
(
hide
)
Description:
v1.0
Filename:
MIME Type:
Creator:
Elson Yuen
Created:
2012-10-04 17:22:02 EDT
Size:
781 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.server.ui >diff --git serverui/org/eclipse/wst/server/ui/internal/wizard/page/NewManualServerComposite.java serverui/org/eclipse/wst/server/ui/internal/wizard/page/NewManualServerComposite.java >index 45a26d8..9e81277 100644 >--- serverui/org/eclipse/wst/server/ui/internal/wizard/page/NewManualServerComposite.java >+++ serverui/org/eclipse/wst/server/ui/internal/wizard/page/NewManualServerComposite.java >@@ -243,7 +243,7 @@ > String name = serverName.getText(); > > IServerType selectedServerType = serverTypeComposite.getSelectedServerType(); >- if (validate(selectedServerType)) { >+ if (!validate(selectedServerType)) { > // Do not set the server name if it is invalid > return; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 390993
:
221826
| 221925