浏览代码

dashboard: Fix the bug that cookie may have conflict with web applications under the same domain (#1443)

master
于玉桔 GitHub 4 年前
父节点
当前提交
d84d681dd8
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      sentinel-dashboard/src/main/resources/application.properties

+ 3
- 0
sentinel-dashboard/src/main/resources/application.properties 查看文件

@@ -3,6 +3,9 @@ spring.http.encoding.force=true
spring.http.encoding.charset=UTF-8
spring.http.encoding.enabled=true

#cookie name setting
server.servlet.session.cookie.name=sentinel_dashboard_cookie

#logging settings
logging.level.org.springframework.web=INFO
logging.file=${user.home}/logs/csp/sentinel-dashboard.log


正在加载...
取消
保存