You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/01/13 14:43:36 UTC

[GitHub] [activemq] coheigea commented on a change in pull request #608: [AMQ-8097] Deal with deserialization with xstream unmarshal poison ack

coheigea commented on a change in pull request #608:
URL: https://github.com/apache/activemq/pull/608#discussion_r556570256



##########
File path: activemq-client/src/main/java/org/apache/activemq/util/ClassLoadingAwareObjectInputStream.java
##########
@@ -40,7 +40,7 @@
     private final ClassLoader inLoader;
 
     static {
-        serializablePackages = System.getProperty("org.apache.activemq.SERIALIZABLE_PACKAGES","org.apache.activemq,org.fusesource.hawtbuf,com.thoughtworks.xstream.mapper").split(",");
+        serializablePackages = System.getProperty("java.lang,org.apache.activemq.SERIALIZABLE_PACKAGES","org.apache.activemq,org.fusesource.hawtbuf,com.thoughtworks.xstream.mapper").split(",");

Review comment:
       There's a typo here, it should be: "java.lang","




----------------------------------------------------------------
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.

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