Browse Source
`PathPatternParser` is now thread-safe and creates a new internal parser for each `parse` call, since this operation is cheap. This commit removes the `ThreadLocal` based instances of `PathPatternParser` in `ParsingPathMatcher` which are not required anymore. Issue: SPR-15246pull/1334/head
Brian Clozel
8 years ago
2 changed files with 4 additions and 5 deletions
Loading…
Reference in new issue