-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不支持 /encryptEntity/{parm} #69
Comments
似乎这里指的是加密filter的匹配模式不支持/encryptEntity/{parm}这种路径变量,例如post:/encryptEntity/abc,contains()方法无法匹配到list中对应的post:/encryptEntity/{parm},会返回false
|
@human-user 目前是不支持的,后面我想下看怎么能支持 |
@gewei123456 debug=true吗?开启debug模式就不会进行加解密 |
开启自动注解后,不配置任何东西,swagger页面是加密不能测试的,所有的controller方法都自动加解密了,我之前那个情况是在开启自动注解后,在controller又加了一个@Encrypt注解,但是swagger又能测试了,然后post方法加解密正常,get方法返回不加密,总体来说是这种情况,debug: false一直是这个,yml文件就加了个key和debug,其他没加
…------------------ 原始邮件 ------------------
发件人: "yinjihuan/monkey-api-encrypt" ***@***.***>;
发送时间: 2021年3月23日(星期二) 上午9:32
***@***.***>;
***@***.******@***.***>;
主题: Re: [yinjihuan/monkey-api-encrypt] 不支持 /encryptEntity/{parm} (#69)
@gewei123456 debug=true吗?开启debug模式就不会进行加解密
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@yinjihuan |
yinjihuan
pushed a commit
that referenced
this issue
Mar 30, 2021
yinjihuan
pushed a commit
that referenced
this issue
Mar 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不支持 /encryptEntity/{parm} 这种方式的加解密啊
The text was updated successfully, but these errors were encountered: