demery-pivotal commented on a change in pull request #7480:
URL: https://github.com/apache/geode/pull/7480#discussion_r833800749
##########
File path:
geode-serialization/src/main/java/org/apache/geode/internal/serialization/filter/SanctionedSerializablesFilterPattern.java
##########
@@ -98,6 +98,7 @@ private static StringJoiner dependenciesPattern() {
// jar deployment
.add("com.sun.proxy.$Proxy*")
+ .add("jdk.proxy*")
Review comment:
Unfortunately, no. The filter matcher pattern is not a regular
expression. See the rules for the filter pattern here:
https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/ObjectInputFilter.Config.html#createFilter(java.lang.String)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]