From 5e77119dcf36a7c9a2a6b3189d664ddc74b67ced Mon Sep 17 00:00:00 2001 From: taoran1250 <543121890@qq.com> Date: Fri, 16 Aug 2024 14:27:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9AIAST=20bug=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scala/org/apache/linkis/rpc/conf/RPCConfiguration.scala | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linkis-commons/linkis-rpc/src/main/scala/org/apache/linkis/rpc/conf/RPCConfiguration.scala b/linkis-commons/linkis-rpc/src/main/scala/org/apache/linkis/rpc/conf/RPCConfiguration.scala index 2a4e00a9e6..fcac2a69c9 100644 --- a/linkis-commons/linkis-rpc/src/main/scala/org/apache/linkis/rpc/conf/RPCConfiguration.scala +++ b/linkis-commons/linkis-rpc/src/main/scala/org/apache/linkis/rpc/conf/RPCConfiguration.scala @@ -143,7 +143,10 @@ object RPCConfiguration { new feign.Request.Options(RPC_CONNECT_TIME_OUT, RPC_READ_TIME_OUT, true) val RPC_OBJECT_PREFIX_WHITE_LIST: Array[String] = - CommonVars("wds.linkis.rpc.object.class.prefix.whitelist", "org.apache.linkis").getValue + CommonVars( + "wds.linkis.rpc.object.class.prefix.whitelist", + "org.apache.linkis,com.webank.wedatasphere.dss,com.webank.wedatasphere.exchangis,com.webank.wedatasphere.streamis,com.webank.wedatasphere.visualis,com.wedatasphere.dss.visualishub" + ).getValue .split(",") val ENABLE_RPC_OBJECT_PREFIX_WHITE_LIST_CHECK: Boolean =