ソースを参照

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


読み込み中…
キャンセル
保存