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 uploadLimit;
String debug;
String charset;
boolean encode;
/**
@ -406,8 +405,6 @@ public class ApplicationManager implements XmlRpcHandler {
holder.setInitParameter("debug", debug);
}
holder.setInitParameter("charset", app.getCharset());
context.addHandler(handler);
if (protectedStaticDir != null) {