From af06afffbe72c707c9332026392044786d6b55bd Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Tue, 1 Aug 2006 15:00:39 +0000 Subject: [PATCH] escape > to avoid illegal ]]> in content git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@427596 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index cb873730eed..fa72efc17d1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -70,6 +70,7 @@ Bug Fixes containing non ASCII chars. (Bertrand Delacretaz via yonik, SOLR-32) 7. WordDelimiterFilter can throw exceptions if configured with both generate and catenate off. (Mike Klaas via yonik, SOLR-34) + 8. Escape '>' in XML output (because ]]> is illegal in CharData) Other Changes 1. Upgrade to Lucene 2.0 nightly build 2006-06-22, lucene SVN revision 416224,