Skip to content
Snippets Groups Projects
Commit e0a46a81 authored by felmer's avatar felmer
Browse files

SSDM-2805: bug fixed in WhiteListCodebaseAwareObjectInputStream: Populate white list only once

SVN: 35072
parent 7744ca5e
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ public class WhiteListCodebaseAwareObjectInputStream extends CodebaseAwareObject ...@@ -39,7 +39,7 @@ public class WhiteListCodebaseAwareObjectInputStream extends CodebaseAwareObject
private static final List<Pattern> whiteListPatterns = new LinkedList<>(); private static final List<Pattern> whiteListPatterns = new LinkedList<>();
{ static {
addToWhiteListPatterns("byte"); addToWhiteListPatterns("byte");
addToWhiteListPatterns("short"); addToWhiteListPatterns("short");
addToWhiteListPatterns("int"); addToWhiteListPatterns("int");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment