bito-code-review[bot] commented on PR #15563:
URL: https://github.com/apache/grails-core/pull/15563#issuecomment-4207440684

   <!-- Bito Reply -->
   The change removes URL mappings to views ('/index', '/error', '/notFound') 
that don't exist in the project, which were causing swallowed exceptions in 
Grails 7.1, likely due to wildcard mapping updates. Removing them prevents 
errors without impact, as these are default fallbacks. This appears to be a 
valid fix for the regression.
   
   
**grails-test-examples/test-phases/grails-app/controllers/testphases/UrlMappings.groovy**
   ```
   '/'(view: '/index')
           '500'(view: '/error')
           '404'(view: '/notFound')
   ```


-- 
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