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-94f89814c4dfmaster
parent
a7fda6a6dc
commit
55bff482f5
|
|
@ -274,11 +274,11 @@ public class CustomizableObjectList extends ComplexObjectList {
|
||||||
/*
|
/*
|
||||||
* if (request.getCharacterEncoding() == null) {
|
* if (request.getCharacterEncoding() == null) {
|
||||||
*/
|
*/
|
||||||
try {
|
// try {
|
||||||
request.setCharacterEncoding("UTF-8");
|
// request.setCharacterEncoding("UTF-8");
|
||||||
} catch (UnsupportedEncodingException ex) {
|
// } catch (UnsupportedEncodingException ex) {
|
||||||
logger.error(ex);
|
// logger.error(ex);
|
||||||
}
|
// }
|
||||||
//}
|
//}
|
||||||
|
|
||||||
for (Map.Entry<String, Filter> filterEntry : filters.entrySet()) {
|
for (Map.Entry<String, Filter> filterEntry : filters.entrySet()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue