From c61c00b1f7e3d6cf23501cd02b429474e4d22c73 Mon Sep 17 00:00:00 2001 From: Steve Waldman Date: Fri, 15 Mar 2019 23:15:51 -0700 Subject: [PATCH] Fix one missing word in docs... --- src/doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/index.html b/src/doc/index.html index 56c0e37b..844ddd01 100644 --- a/src/doc/index.html +++ b/src/doc/index.html @@ -2757,7 +2757,7 @@

Locating and Resolving Configur

Due to security concerns surrounding liberal parsing of XML references, - c3p0 now XML files extremely restrictively by default. Among other things, it no longer expands entity references in XML config files. + c3p0 now parses XML files extremely restrictively by default. Among other things, it no longer expands entity references in XML config files. Entity references may be silently ignored! It also no longer support xml includes, and tries to disable any use of inline document type definitions if the JVM's underlying XML library supports that. In the very rare cases where configurations intentionally rely upon entity reference expansion, DTDs, XML include, or other dangerous features, you can turn