From e30cc7581b9cebe115c0f93cb3e9ce48453a3e7f Mon Sep 17 00:00:00 2001 From: kerry Date: Mon, 16 Apr 2018 14:42:48 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-7500=20=E3=80=9010.0=E4=B8=80=E8=BD=AE?= =?UTF-8?q?=E8=BF=AD=E4=BB=A3=E3=80=9110.0=20exe=E5=86=85=E7=BD=AEtomcat?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E6=96=B9=E5=BC=8F=E9=9C=80=E8=A6=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BAUTF-8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- designer_base/src/com/fr/start/server/TomcatHost.java | 1 + 1 file changed, 1 insertion(+) diff --git a/designer_base/src/com/fr/start/server/TomcatHost.java b/designer_base/src/com/fr/start/server/TomcatHost.java index 2889751041..c8a3c0a921 100644 --- a/designer_base/src/com/fr/start/server/TomcatHost.java +++ b/designer_base/src/com/fr/start/server/TomcatHost.java @@ -71,6 +71,7 @@ public class TomcatHost { this.listener = new AprLifecycleListener(); this.server.addLifecycleListener(listener); this.tomcat.getHost().setAppBase(StableUtils.getInstallHome() + File.separator + "."); + this.tomcat.getConnector().setURIEncoding("UTF-8"); } catch (Exception e) { //todo 最好加一个用server.xml FRContext.getLogger().error(e.getMessage(), e);