feat: add support for relaxed query characters in Tomcat configuration (#802)

This commit is contained in:
Patrick Werner
2025-04-29 20:34:34 +02:00
committed by GitHub
parent 062a5816a5
commit 10b75b3d83

View File

@@ -3,6 +3,9 @@ server:
# servlet: # servlet:
# context-path: /example/path # context-path: /example/path
port: 8080 port: 8080
tomcat:
# allow | as a separator in the URL
relaxed-query-chars: "|"
#Adds the option to go to eg. http://localhost:8080/actuator/health for seeing the running configuration #Adds the option to go to eg. http://localhost:8080/actuator/health for seeing the running configuration
#see https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints #see https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints
management: management: