This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 84063 - Windows case insensitivity issue
Summary: Windows case insensitivity issue
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-01 20:52 UTC by Jun Qian
Modified: 2006-09-06 23:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2006-09-01 20:52:02 UTC
Since it is case insensitive on Windows, the following code should probably work 

    Deployment.getDefault().getJ2eePlatform(id);

whether id is 
"[C:\\build060831_1\\sun\\AppServer]deployer:Sun:AppServer::localhost:4848", 
or is 
"[C:\\build060831_1\\Sun\\AppServer]deployer:Sun:AppServer::localhost:4848". 

Currently, only one works.
Comment 1 Sherold Dev 2006-09-04 08:53:10 UTC
Reassigning to sunappserv9 for evaluation, although I would recommand to close
this issue either as INVALID or as WONTFIX.
Comment 2 _ ludo 2006-09-06 23:47:39 UTC
wont fix for now.
What is the use case anyway? What do you do with the result?
This id is a *private* key, and I am not sure we want to externalize it.