mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8269336: Malformed jdk.serialFilter incorrectly handled
Reviewed-by: rriggs
This commit is contained in:
parent
043cde22d4
commit
35e5bb5f59
2 changed files with 90 additions and 1 deletions
|
@ -636,7 +636,9 @@ public interface ObjectInputFilter {
|
|||
filter = createFilter(filterString);
|
||||
} catch (RuntimeException re) {
|
||||
configLog.log(ERROR,
|
||||
"Error configuring filter: {0}", re);
|
||||
"Error configuring filter: {0}", (Object) re);
|
||||
// Do not continue if configuration not initialized
|
||||
throw re;
|
||||
}
|
||||
}
|
||||
serialFilter = filter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue