No more need to set the application's charset in the servlet config.
This commit is contained in:
parent
c7257e22d0
commit
e0592e5319
1 changed files with 0 additions and 3 deletions
|
@ -281,7 +281,6 @@ public class ApplicationManager implements XmlRpcHandler {
|
||||||
String cookieDomain;
|
String cookieDomain;
|
||||||
String uploadLimit;
|
String uploadLimit;
|
||||||
String debug;
|
String debug;
|
||||||
String charset;
|
|
||||||
boolean encode;
|
boolean encode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -406,8 +405,6 @@ public class ApplicationManager implements XmlRpcHandler {
|
||||||
holder.setInitParameter("debug", debug);
|
holder.setInitParameter("debug", debug);
|
||||||
}
|
}
|
||||||
|
|
||||||
holder.setInitParameter("charset", app.getCharset());
|
|
||||||
|
|
||||||
context.addHandler(handler);
|
context.addHandler(handler);
|
||||||
|
|
||||||
if (protectedStaticDir != null) {
|
if (protectedStaticDir != null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue