Init servlet to the application's actual charset.
This commit is contained in:
parent
7c7e53bc0a
commit
49e4cacf04
1 changed files with 3 additions and 0 deletions
|
@ -273,6 +273,7 @@ public class ApplicationManager implements XmlRpcHandler {
|
|||
String cookieDomain;
|
||||
String uploadLimit;
|
||||
String debug;
|
||||
String charset;
|
||||
boolean encode;
|
||||
|
||||
/**
|
||||
|
@ -380,6 +381,8 @@ public class ApplicationManager implements XmlRpcHandler {
|
|||
holder.setInitParameter("debug", debug);
|
||||
}
|
||||
|
||||
holder.setInitParameter("charset", app.getCharset());
|
||||
|
||||
context.start();
|
||||
|
||||
if (staticDir != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue