Issue 17: Internationalize filter value html escaping.
Status:  Fixed
Owner:
extremec...@gmail.com
Closed:  Aug 2007
Reported by extremec...@gmail.com, Jun 28, 2007
In LimintActionFactoryImpl.getFilterSet(),there's a line of code like:
Filter filter = new Filter(property,
StringEscapeUtils.escapeHtml(value));

if the value is an english String,it work fine.but my filter's value
is a chinese character,after escapeHtml the String become a unreadable
String,like #123.
it does not the problem of jmesa,but i don't know if there is another
way to escape the string?by not changing the chinese character( also
other not english character).


Aug 5, 2007
#1 extremec...@gmail.com
I took this out for now. It was not necessary for the functionality of
the API so I removed it. Someone from the eXtremeTable a few months
ago recommended doing it and I thought I would try it out. I didn't
see a problem with doing it so I included in JMesa. However there are
other issues with it so I am leaving it out now. 
Status: Fixed