From a1c081e6cf034edffc42ef96512441d893ba720c Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 17 Nov 2015 07:52:01 +0000
Subject: [PATCH] SSDM-2805: org.python.core.PyList added to the white list

SVN: 35073
---
 .../common/spring/WhiteListCodebaseAwareObjectInputStream.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/source/java/ch/systemsx/cisd/common/spring/WhiteListCodebaseAwareObjectInputStream.java b/common/source/java/ch/systemsx/cisd/common/spring/WhiteListCodebaseAwareObjectInputStream.java
index 342b9e90c93..820fb36c76f 100644
--- a/common/source/java/ch/systemsx/cisd/common/spring/WhiteListCodebaseAwareObjectInputStream.java
+++ b/common/source/java/ch/systemsx/cisd/common/spring/WhiteListCodebaseAwareObjectInputStream.java
@@ -51,6 +51,7 @@ public class WhiteListCodebaseAwareObjectInputStream extends CodebaseAwareObject
         addToWhiteListPatterns("com\\.marathon\\.util\\.spring\\.StreamSupportingRemoteInvocation");
         addToWhiteListPatterns("com\\.marathon\\.util\\.spring\\.RemoteInvocationDecorator");
         addToWhiteListPatterns("java\\..*");
+        addToWhiteListPatterns("org\\.python\\.core\\.PyList");
         addToWhiteListPatterns("ch\\.ethz\\.sis\\..*");
         addToWhiteListPatterns("ch\\.systemsx\\.cisd\\..*");
     }
-- 
GitLab