I am using grails 3.3.8 and by default suffix pattern matching is enabled. This means that a handler with /xyz will also be mapped with /xyz.abc or /xyz.abc.test etc.
We can disable the suffix pattern match in spring as described in https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#mvc-ann-requestmapping-suffix-pattern-match
Please help me to disable this in grails.