This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push: new b557a47959 optimize: optimize 401 issues for some links (#6360) b557a47959 is described below commit b557a47959163520ecfb1233043b645bb6d4682e Author: liuqiufeng <775038...@qq.com> AuthorDate: Tue Feb 20 14:45:51 2024 +0800 optimize: optimize 401 issues for some links (#6360) --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 2 +- console/src/main/resources/static/favicon.ico | Bin 0 -> 3692 bytes server/src/main/resources/application.yml | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 6b1e1f6672..08c36161f9 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -92,6 +92,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6332](https://github.com/apache/incubator-seata/pull/6332)] remove mysql dependency from the distribution package - [[#6343](https://github.com/apache/incubator-seata/pull/6343)] compatible with tm module and rm-datasource module - [[#6356](https://github.com/apache/incubator-seata/pull/6356)] remove authentication from the health check page +- [[#6360](https://github.com/apache/incubator-seata/pull/6360)] optimize 401 issues for some links ### security: - [[#6069](https://github.com/apache/incubator-seata/pull/6069)] Upgrade Guava dependencies to fix security vulnerabilities diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 38a1cd0846..44e1a5bf38 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -91,7 +91,7 @@ - [[#6343](https://github.com/apache/incubator-seata/pull/6343)] 兼容 TM 模块和 rm-datasource 模块 - [[#6349](https://github.com/apache/incubator-seata/pull/6349)] 迁移 dockerhub 仓库 - [[#6356](https://github.com/apache/incubator-seata/pull/6356)] 去除健康检查页面的鉴权 - +- [[#6360](https://github.com/apache/incubator-seata/pull/6360)] 优化部分链接 401 的问题 ### security: - [[#6069](https://github.com/apache/incubator-seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞 diff --git a/console/src/main/resources/static/favicon.ico b/console/src/main/resources/static/favicon.ico new file mode 100644 index 0000000000..2cdb3f9b97 Binary files /dev/null and b/console/src/main/resources/static/favicon.ico differ diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml index d41e9627d0..c70a2f842f 100644 --- a/server/src/main/resources/application.yml +++ b/server/src/main/resources/application.yml @@ -53,4 +53,4 @@ seata: secretKey: SeataSecretKey0c382ef121d778043159209298fd40bf3850a017 tokenValidityInMilliseconds: 1800000 ignore: - urls: /,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.jpeg,/**/*.ico,/api/v1/auth/login,/version.json,/health + urls: /,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.jpeg,/**/*.ico,/api/v1/auth/login,/version.json,/health,/error \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org