I just pulled down the latest version of ECS from CVS, and was playing
with the filters. The comments inside CharacterFilter.java mention that
the class is supposed to filter < > & ' " by default. It was only
filtering & ' ". Here is the small patch to add filtering for < and
>. I'm not sure if they were left out for a reason.
Index: org/apache/ecs/filter/CharacterFilter.java
===================================================================
RCS
file: /products/cvs/master/ecs/src/java/org/apache/ecs/filter/CharacterFilter.java,v
retrieving revision 1.5
diff -r1.5 CharacterFilter.java
91a92,93
> addAttribute("<",Entities.LT);
> addAttribute(">",Entities.GT);
I hope that helps out,
Seth
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]