Skip to content

Commit a0505bf

Browse files
aclementbclozel
authored andcommitted
Make PathPatternParser multi-threaded
With this change the original PathPatternParser is renamed InternalPathPatternParser and a new PathPatternParser class is added. This new PathPatternParser class is a very simple thread-safe wrapper for the InternalPathPatternParser. It achieves this by creating a new InternalPathPatternParser for each new parse request. This follows the model used for SpEL parsing.
1 parent 8450c69 commit a0505bf

File tree

2 files changed

+426
-367
lines changed

2 files changed

+426
-367
lines changed

0 commit comments

Comments
 (0)