Skip to content

Commit 10b75b3

Browse files
feat: add support for relaxed query characters in Tomcat configuration (hapifhir#802)
1 parent 062a581 commit 10b75b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ server:
33
# servlet:
44
# context-path: /example/path
55
port: 8080
6+
tomcat:
7+
# allow | as a separator in the URL
8+
relaxed-query-chars: "|"
69
#Adds the option to go to eg. http://localhost:8080/actuator/health for seeing the running configuration
710
#see https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints
811
management:

0 commit comments

Comments
 (0)