Bug 10594 - Add JDK 1.4 support; detect endorsed jars
Summary: Add JDK 1.4 support; detect endorsed jars
Status: NEW
Alias: None
Product: XmlCommons - Now in JIRA
Classification: Unclassified
Component: Which (show other bugs)
Version: 1.x
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Commons Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-09 15:27 UTC by Shane Curcuru
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Curcuru 2002-07-09 15:27:02 UTC
JDK 1.4 embeds a number of important XML jars inside it's rt.jar (or otherwise 
inside the JDK).  Which should be able to detect which classes are coming from 
a JDK-supplied jar (normally older versions of things like JAXP 
parsers/processors) and which are coming from use of the Endorsed Standards 
Override Mechanism at http://java.sun.com/j2se/1.4/docs/guide/standards/

(Note: we should consider using reflection to keep JDK 1.1.x compatible for the 
time being; or perhaps encapsulate this in a specific separate class that can 
be used or not used depending on JDK version)