feat: add support for relaxed query characters in Tomcat configuration (#802)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user