This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 531a37aaae Support serialize tri exception by default (#15353)
531a37aaae is described below

commit 531a37aaaeffc2ffec13053e374299e82aa82451
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu May 8 09:41:57 2025 +0800

    Support serialize tri exception by default (#15353)
---
 .../src/main/resources/security/serialize.allowlist     | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/dubbo-common/src/main/resources/security/serialize.allowlist 
b/dubbo-common/src/main/resources/security/serialize.allowlist
index b84a0e5c88..68411a6ed2 100644
--- a/dubbo-common/src/main/resources/security/serialize.allowlist
+++ b/dubbo-common/src/main/resources/security/serialize.allowlist
@@ -139,3 +139,20 @@ org.apache.dubbo.common.URL
 org.apache.dubbo.common.url.component.URLAddress
 org.apache.dubbo.common.url.component.URLPlainParam
 org.apache.dubbo.common.url.component.PathURLAddress
+org.apache.dubbo.remoting.http12.exception.DecodeException
+org.apache.dubbo.remoting.http12.exception.EncodeException
+org.apache.dubbo.remoting.http12.exception.HttpOverPayloadException
+org.apache.dubbo.remoting.http12.exception.HttpRequestTimeout
+org.apache.dubbo.remoting.http12.exception.HttpResultPayloadException
+org.apache.dubbo.remoting.http12.exception.HttpStatusException
+org.apache.dubbo.remoting.http12.exception.UnimplementedException
+org.apache.dubbo.remoting.http12.exception.UnsupportedMediaTypeException
+org.apache.dubbo.rpc.protocol.tri.rest.PathParserException
+org.apache.dubbo.rpc.protocol.tri.rest.RestBadRequestException
+org.apache.dubbo.rpc.protocol.tri.rest.RestException
+org.apache.dubbo.rpc.protocol.tri.rest.RestInitializeException
+org.apache.dubbo.rpc.protocol.tri.rest.RestMappingException
+org.apache.dubbo.rpc.protocol.tri.rest.RestParameterException
+org.apache.dubbo.remoting.http12.h2.CancelStreamException
+org.apache.dubbo.rpc.protocol.tri.ThrowableWrapper
+org.apache.dubbo.rpc.StatusRpcException

Reply via email to