You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UrlMappings - use non-greedy matching for URL paths. Fixes#9849
Previously Grails would use greedy matches between paths to math up until each slash. This causes problem with overlapping URL mappings (see #9849). This changes makes paths non-greedy and groups for the format extension mapping into a single optional group, thus fixing the problem.
Copy file name to clipboardExpand all lines: grails-web-url-mappings/src/test/groovy/org/codehaus/groovy/grails/web/mapping/RestfulResourceMappingSpec.groovy
0 commit comments