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 72338 - Moving my taglib does not correct the web.xml reference
Summary: Moving my taglib does not correct the web.xml reference
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P3 blocker (vote)
Assignee: Matthew Bohm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 10:17 UTC by tomzi
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2006-02-07 10:17:36 UTC
When I move my WEB-INF/waf.tld file which is registered in the web.xml file

<jsp-config>
   <taglib>
       <taglib-uri>http://www.educanext.org/waf</taglib-uri>
       <taglib-location>/WEB-INF/waf.tld</taglib-location>
   </taglib>
</jsp-config>

to a different folder nb does not correct the path in the web.xml file.

(Using nb5.0)
Comment 1 Martin Adamek 2006-03-02 10:29:31 UTC
Reassigning to owner - Erno. Good luck :-)
Comment 2 Erno Mononen 2006-08-01 16:58:02 UTC
This must be fixed by implementing refactoring support for tld files. Currently 
there is no support for them, so it will be quite a lot of work. Will be 
implemeted for 5.5 if time permits.
Comment 3 Erno Mononen 2007-08-20 14:40:55 UTC
The evaluation above still stands, will be done for 6.0 if there is enough time.
Comment 4 _ gowri 2008-11-18 22:16:26 UTC
Changing the component to web as its not related to j2ee.
Comment 5 Jayashri Visvanathan 2008-11-26 01:37:34 UTC
changing this to an enhancement per comment. 
Comment 6 Martin Balin 2016-07-07 08:55:10 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss