Validate server.servlet.path does not contain '*'
Update `WebMvcProperties` to enforce that `server.servlet.path` never contains a wildcard ['*'] character. Closes gh-13292
This commit is contained in:
@@ -1 +1 @@
|
||||
spring.mvc.servlet.path=/home/*
|
||||
spring.mvc.servlet.path=/home/
|
||||
|
||||
Reference in New Issue
Block a user