spring-boot/spring-boot-project
Phillip Webb 890ea153bf Allow endpoint @Selector to capture all paths
Update `@Selector` with a `match` attribute that can be used to select
all remaining path segments. An endpoint method like this:

	 select(@Selector(match = Match.ALL_REMAINING) String... selection)

Will now have all reaming path segments injected into the `selection`
parameter.

Closes gh-17743
2019-07-31 12:44:46 +01:00
..
2019-07-30 12:03:19 -07:00
2019-07-24 11:42:48 +01:00
2019-07-24 11:42:48 +01:00