This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4546a331e7 [DSIP-37] Disable HTTP TRACE requests in jetty via 
configuration (#18119)
4546a331e7 is described below

commit 4546a331e74a2d1267ce15e579110cdca31f6109
Author: xiangzihao <[email protected]>
AuthorDate: Wed Apr 1 20:44:57 2026 +0800

    [DSIP-37] Disable HTTP TRACE requests in jetty via configuration (#18119)
---
 dolphinscheduler-api/src/main/resources/application.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-api/src/main/resources/application.yaml 
b/dolphinscheduler-api/src/main/resources/application.yaml
index 2d7c593506..0f4b956ad1 100644
--- a/dolphinscheduler-api/src/main/resources/application.yaml
+++ b/dolphinscheduler-api/src/main/resources/application.yaml
@@ -75,6 +75,7 @@ spring:
     pathmatch:
       matching-strategy: ANT_PATH_MATCHER
     static-path-pattern: /static/**
+    dispatch-trace-request: false
   cloud.discovery.client.composite-indicator.enabled: false
 
 springdoc:

Reply via email to