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 20297

Summary: TAGLB: "short-name" field in tag library customizer allows forbidden characters
Product: javaee Reporter: Peter W Carlson <pcarlson>
Component: CodeAssignee: robertgregor <robertgregor>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: -FFJ-   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter W Carlson 2002-02-07 22:06:12 UTC
The tag library DTD specifies that "short-name" cannot contain whitespace nor 
can it begin with an underscore character nor a numeral.  Our customizer allows 
all of these.
Comment 1 Marek Grummich 2002-07-22 12:10:49 UTC
Set target milestone to TBD
Comment 2 Marek Grummich 2002-07-22 12:20:22 UTC
Set target milestone to TBD
Comment 3 sgleason 2003-02-26 23:33:27 UTC
We can put in validation to fix this. 
Comment 4 robertgregor 2004-02-09 15:04:16 UTC
Fixed bug 20297. The characters 1234567890_- are not allowed in
short-name text field.