Skip to content

Commit

Permalink
fix:IAST bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taoran1250 committed Aug 16, 2024
1 parent 5e77119 commit 8e9379a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ object RPCConfiguration {
val RPC_OBJECT_PREFIX_WHITE_LIST: Array[String] =
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"
"org.apache.linkis,com.webank.wedatasphere,com.wedatasphere"
).getValue
.split(",")

Expand Down

0 comments on commit 8e9379a

Please sign in to comment.