No more need to set the application's charset in the servlet config.

This commit is contained in:
hns 2004-09-15 13:30:58 +00:00
parent c7257e22d0
commit e0592e5319

View file

@ -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) {