| Issue 17: | Internationalize filter value html escaping. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Fixed
|