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 - TAGLB: "short-name" field in tag library customizer allows forbidden characters
Summary: TAGLB: "short-name" field in tag library customizer allows forbidden characters
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC All
: P4 blocker (vote)
Assignee: robertgregor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-07 22:06 UTC by Peter W Carlson
Modified: 2004-02-09 15:04 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 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.