Skip to content

Commit 4546a33

Browse files
authored
[DSIP-37] Disable HTTP TRACE requests in jetty via configuration (#18119)
1 parent 2955708 commit 4546a33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dolphinscheduler-api/src/main/resources/application.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ spring:
7575
pathmatch:
7676
matching-strategy: ANT_PATH_MATCHER
7777
static-path-pattern: /static/**
78+
dispatch-trace-request: false
7879
cloud.discovery.client.composite-indicator.enabled: false
7980

8081
springdoc:

0 commit comments

Comments
 (0)