From 10b75b3d83a48187b48b2a81adcebabb54e299d3 Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Tue, 29 Apr 2025 20:34:34 +0200 Subject: [PATCH] feat: add support for relaxed query characters in Tomcat configuration (#802) --- src/main/resources/application.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index a0756d6..0947ff0 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -3,6 +3,9 @@ server: # servlet: # context-path: /example/path 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 #see https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints management: