Zheng Yang created KYLIN-4253:
---------------------------------
Summary: The result exporting from Insight with CSV format is
empty, when sql contains Chinese
Key: KYLIN-4253
URL: https://issues.apache.org/jira/browse/KYLIN-4253
Project: Kylin
Issue Type: Bug
Components: Web
Affects Versions: v2.6.0
Reporter: Zheng Yang
Fix For: v2.6.0
When the query results of the Insight page are exported, sql is passed as a
parameter to the URL of the exported data, which causes the problem of garbled
Chinese parameters in the URL.
The encoding used by Tomcat for default decoding is the container's default
encoding, which may be UTF-8, GBK, or other encoding. This is not necessarily
the same as the encoding of your app. Fix the problem by modifying the
container's default encoding.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)