matrei commented on PR #15525:
URL: https://github.com/apache/grails-core/pull/15525#issuecomment-4148845955

   @codeconsole There is an existing config setting with the config key:
   ```yml
   grails:
       urlmapping:
           cache:
               maxsize: 1000
   ```
   Should we use that namespace instead for validateWildcards?
   ```yml
   grails:
       urlmapping:
           validateWildcards: false
           cache:
               maxsize: 1000
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to