[Bug] org.hibernate.validator.internal.constraintvalidators.bv.MinValidatorForCharSequence, you can config 'JSONReader.Feature.SupportClassForName', offset 2057 #13999
q920447939
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
JDK 17
DUBBO 3.2.6
spring-boot 3.2.3
Steps to reproduce this issue
i upload a demo code , see https://github.com/q920447939/dubbo-test
What you expected to happen
when i use consumer call the provider , provider throw special exception
Anything else
I feel that introducing the "verification" method is really troublesome. I checked a lot of information and documents but did not solve the problem.
I don't want to perform serialization verification at all in the intranet environment. I also configured the disable parameters according to the official documentation(
https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/advanced-features-and-usage/security/class-check/
, set params-Ddubbo.application.serialize-check-status=DISABLED
,Don't doubt it. The official document shows thatDISABLED
can be configured. In fact, inorg.apache.dubbo.common.utils.SerializeCheckStatus
, it should beDISABLE
. ), but it has no effect at all. Has it really been functionally verified?As a user, I don’t want to care about so many design details (let those who like to study source code read it)
In order to use this function, you need to configure so many parameters
for example:
1.-add-opens
2.dubbo special application config
3.add serialize.allowlist
more...
This is a really bad process to use
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions