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 - Taglib customizers corrupt JSP 2.0 tag libraries
Summary: Taglib customizers corrupt JSP 2.0 tag libraries
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: robertgregor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 21:12 UTC by Ana.von Klopp
Modified: 2010-01-12 02:06 UTC (History)
1 user (show)

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 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