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 39926

Summary: Taglib customizers corrupt JSP 2.0 tag libraries
Product: javaee Reporter: Ana.von Klopp <avk>
Component: CodeAssignee: robertgregor <robertgregor>
Status: VERIFIED FIXED    
Severity: blocker CC: pierredelisle
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ana.von Klopp 2004-02-10 21:12:01 UTC
I'm filing this at Petr's request. 

Pierre Delisle discovered that if you open a JSP 
2.0 TLD using the taglib customizer, it shows an 
inappropriate message (it reports that the TLD 
must be upgraded to JSP 1.2) and if the user 
selects OK it corrupts the user's file causing 
data loss. 

I file it as a P1 because of the potential loss of 
data.
Comment 1 Milan Kuchtiak 2004-02-11 10:10:43 UTC
We agreed on the solution for 3.6:
don't recognize taglibs version 2.0 as tld data objects.
Comment 2 robertgregor 2004-02-12 14:40:19 UTC
Fixed bug 39926. Right now, only tld v 1.1 and 1.2 are resolved as tag
libary descriptor, others (e.g 2.0 tld) are resolved as a normal xml file.
Comment 3 Martin Schovanek 2004-03-02 10:14:51 UTC
v