This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new b964f07 Remove reference to Java 1.4
b964f07 is described below
commit b964f07952eaaa83ad523430d540607c4c8f2f63
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Aug 21 19:10:48 2021 +0100
Remove reference to Java 1.4
---
webapps/docs/class-loader-howto.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/webapps/docs/class-loader-howto.xml
b/webapps/docs/class-loader-howto.xml
index bfa83cb..c3649ef 100644
--- a/webapps/docs/class-loader-howto.xml
+++ b/webapps/docs/class-loader-howto.xml
@@ -212,11 +212,7 @@ then the order becomes:</p>
<section name="XML Parsers and Java">
-<p>Starting with Java 1.4 a copy of JAXP APIs and an XML parser are packed
-inside the JRE. This has impacts on applications that wish to use their own
-XML parser.</p>
-
-<p>In old versions of Tomcat, you could simply replace the XML parser
+<p>In older versions of Tomcat, you could simply replace the XML parser
in the Tomcat libraries directory to change the parser
used by all web applications. However, this technique will not be effective
when you are running modern versions of Java, because the usual class loader
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]