Skip to content

Conversation

@poutsma
Copy link
Contributor

@poutsma poutsma commented May 8, 2015

Prior to this commit, AntPathMatcher would not correctly combine a path
that ends with a separator with a path that starts with a separator.
I.e. /foo/ + /bar combined into /foo//bar.

This commit removes the duplicates separator. It also improves
RequestMappingInfo's String representation.

Issue: SPR-12975

Prior to this commit, AntPathMatcher would not correctly combine a path
that ends with a separator with a path that starts with a separator.
I.e. /foo/ + /bar combined into /foo//bar.

This commit removes the duplicates separator. It also improves
RequestMappingInfo's String representation.

Issue: SPR-12975
@sbrannen sbrannen self-assigned this May 8, 2015
sbrannen added a commit that referenced this pull request May 8, 2015
* SPR-12975:
  Remove duplicate separators when combining paths
@sbrannen sbrannen closed this May 8, 2015
@sbrannen
Copy link
Member

sbrannen commented May 8, 2015

This has been merged into master. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants