Skip to content

fix issue #318 change HashMap to ConcurrentHashMap - #1218

Open
Lloyd-Pottiger wants to merge 1 commit into
perwendel:masterfrom
Lloyd-Pottiger:fix-issue-318
Open

fix issue #318 change HashMap to ConcurrentHashMap#1218
Lloyd-Pottiger wants to merge 1 commit into
perwendel:masterfrom
Lloyd-Pottiger:fix-issue-318

Conversation

@Lloyd-Pottiger

Copy link
Copy Markdown

ExceptionMapper is accessed from multiple request threads but the underlying Map is a HashMap; This commit replace HashMap with ConcurrentHashMap which is multi-thread safe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants