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 ed11fd5cb5 Merge remote-tracking branch 'upstream/7.0.x' into 7.1.x
add 36f44df575 Allow greedy parameters (+) prior to a format paramter that
consume everything but the last .
add cc4b03336c Add test coverage for url mapping greedy marker
add 920ca35487 fix spacing
add 52ec8aff5f remove accidentally added paren
add 778ed4e818 Merge branch '7.1.x' into 7.1.x-url-mapping-greedy-extension
add fea3bd9a6c Document greedy + url mapping
new b4dcd8a1bd Merge pull request #15213 from
codeconsole/7.1.x-url-mapping-greedy-extension
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:
.../src/en/guide/upgrading/upgrading60x.adoc | 106 ++++++++++
.../groovy/grails/web/mapping/UrlMappingData.java | 5 +
.../grails/web/mapping/DefaultUrlMappingData.java | 24 ++-
.../org/grails/web/mapping/RegexUrlMapping.java | 9 +
.../web/mapping/ResponseCodeMappingData.java | 5 +
.../UrlMappingsWithGreedyExtensionSpec.groovy | 230 +++++++++++++++++++++
6 files changed, 378 insertions(+), 1 deletion(-)
create mode 100644
grails-web-url-mappings/src/test/groovy/grails/web/mapping/UrlMappingsWithGreedyExtensionSpec.groovy