This is an automated email from the ASF dual-hosted git repository.
scottheiberg pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from e6fa181c3d Merge pull request #15266 from
codeconsole/7.1.x-display-constraint
add e4b2ae3794 fix for UrlMapping greedy not working when no id is present
add d11867dbe9 fix codestyle
add fdcb2274f9 remove debugging code
add 6451aad891 Merge branch '7.1.x' into
7.1.x-url-mapping-greedy-extension-2
new ae0e16bd6e Merge pull request #15358 from
codeconsole/7.1.x-url-mapping-greedy-extension-2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../groovy/grails/web/mapping/UrlMappingData.java | 10 +
.../grails/web/mapping/DefaultUrlMappingData.java | 8 +
.../org/grails/web/mapping/RegexUrlMapping.java | 24 ++-
.../UrlMappingsWithGreedyExtensionSpec.groovy | 203 +++++++++++++++++++++
4 files changed, 244 insertions(+), 1 deletion(-)