spring-framework/src
Rossen Stoyanchev 4fd7645efd Enable smart suffix pattern match for request mapping
Following the introduction of ContentNegotiationManager that allows,
among other things, to configure the file extensions to use for content
negotiation, this change adds "smart" suffix pattern match that matches
against the configured file extensions only rather than against any
extension.

Given the request mapping "/jobs/{jobName}" and one configured file
extension ("json"), a request for "/jobs/my.job" will select the
pattern "/jobs/{jobName}" while a request for "/jobs/my.job.json" will
select the pattern "/jobs/{jobName}.json". Previously, both requests
would have resulted in the pattern "/jobs/{jobName}.*".

Issue: SPR-7632, SPR-8474
2012-06-25 21:30:10 -04:00
..
api Generate -sources and -javadoc jars 2012-01-31 14:32:16 +01:00
dist Enable smart suffix pattern match for request mapping 2012-06-25 21:30:10 -04:00
reference/docbook Add support for HTTP PATCH method 2012-06-22 16:57:22 -04:00
test Introduce ConfigurableWebEnvironment 2012-05-26 14:35:57 +03:00