jchen21 commented on a change in pull request #7480:
URL: https://github.com/apache/geode/pull/7480#discussion_r833796908



##########
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:
       Will `jdk.proxy*.$Proxy*` work?




-- 
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: notifications-unsubscr...@geode.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to