Bug 57289 - XML factories should be located using the JSTL library's ClassLoader
Summary: XML factories should be located using the JSTL library's ClassLoader
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.2.1
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-30 22:23 UTC by Jeremy Boynes
Modified: 2014-12-01 02:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Boynes 2014-11-30 22:23:05 UTC
When loading XML factories (e.g. the DocumentBuilderFactory used by <x:parse> the implementation is discovered using the TCCL which will be the web application's ClassLoader. When the JSTL implementation is bundled with an application server it should use the implementation's classloader instead.
Comment 1 Jeremy Boynes 2014-12-01 02:58:50 UTC
Fixed as of http://svn.apache.org/r1642617