Fix issue with path matching options
Closes gh-23907
This commit is contained in:
@@ -232,7 +232,7 @@ public class RequestMappingHandlerMapping extends RequestMappingInfoHandlerMappi
|
||||
}
|
||||
String prefix = getPathPrefix(handlerType);
|
||||
if (prefix != null) {
|
||||
info = RequestMappingInfo.paths(prefix).build().combine(info);
|
||||
info = RequestMappingInfo.paths(prefix).options(this.config).build().combine(info);
|
||||
}
|
||||
}
|
||||
return info;
|
||||
|
||||
Reference in New Issue
Block a user