This includes:
suffixPatternMatch
,registeredSuffixPatternMatch
for annotated controller methods and configured through MVC Java config and XML namespace.trailingSlashMatch
for extensions ofAbstractHandlerMapping
.favorPathExtension
andignoreUnknownPathExtensions
and underlyingPathExtensionContentNegotiationStrategy
andServletPathExtensionContentNegotiationStrategy
for content negotiation, configurable throughContentNegotiationManagerFactoryBean
and in the MVC Java config.matchOptionalTrailingSeparator
inPathPatternParser
.
Comment From: ukpagrace
Hi @rstoyanchev if you are not working on this can I pick it up?
Comment From: bclozel
@ukpagrace the issue is already assigned, thanks for reaching out!
Comment From: ukpagrace
Oh no problem, thought he was one of the maintainers.
Comment From: bclozel
@ukpagrace He is, it's just that we prefer community contributions on unassigned issues and especially on "ideal-for-contribution" issues.
Comment From: ukpagrace
This is noted, thank you