This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit eade3c6e1e5e30ef91ab73eb1b80590a97f98fdd Author: lixiang <[email protected]> AuthorDate: Wed Oct 26 14:21:36 2022 +0800 KYLIN-5348 add server.servlet.encoding.force=true to enable setting UTF-8 --- src/server/src/main/resources/application.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/server/src/main/resources/application.yaml b/src/server/src/main/resources/application.yaml index c9d3b74e5a..583a28a682 100644 --- a/src/server/src/main/resources/application.yaml +++ b/src/server/src/main/resources/application.yaml @@ -31,6 +31,7 @@ server: context-path: "/kylin" encoding: charset: UTF-8 + force: true max-http-header-size: 32KB management: @@ -129,4 +130,4 @@ spring: import: optional:${KYLIN_CONF}/kylin.properties web: resources: - static-locations: "file://${KYLIN_HOME}/kystudio/dist" \ No newline at end of file + static-locations: "file://${KYLIN_HOME}/kystudio/dist"
