BugFix für Ticket #1319: Umlaute bei Filtern von CustomziableObject wurden nicht korrekt übertragen.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1821 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2012-08-18 07:41:45 +00:00
parent a7fda6a6dc
commit 55bff482f5
1 changed files with 5 additions and 5 deletions

View File

@ -274,11 +274,11 @@ public class CustomizableObjectList extends ComplexObjectList {
/*
* if (request.getCharacterEncoding() == null) {
*/
try {
request.setCharacterEncoding("UTF-8");
} catch (UnsupportedEncodingException ex) {
logger.error(ex);
}
// try {
// request.setCharacterEncoding("UTF-8");
// } catch (UnsupportedEncodingException ex) {
// logger.error(ex);
// }
//}
for (Map.Entry<String, Filter> filterEntry : filters.entrySet()) {