New Features
- Add support for the new
inheritablePathMatchers
value onRoute
config. This new setting is similar to theinheritableMatchers
boolean value that allows delegated routes (i.e., routes on route tables) to optionally opt into inheriting HTTP header, method, or query parameter matching from the parent route. The newinheritablePathMatchers
is used to optionally opt into inheriting HTTP path matcher config from the parent. (#3726)
Fixes