We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
描述bug
简洁明了地描述一下bug openapi的Java client,1.7.0,如果key是a[0],则会在url拼key时转成a%5B0%5D,请求就会报400错误,是不是应该默认设置Tomcat参数能转义?
复现
通过如下步骤可以复现:
期望
简介明了地描述你希望正常情况下应该发生什么
截图
如果可以,附上截图来描述你的问题
The text was updated successfully, but these errors were encountered:
fix:occur a 400 error request when openapi key's parameter contain "a…
307135a
…[0]" (apolloconfig#4422)
52e0d79
…[0]"(apolloconfig#4422)
7d25d55
…[0]" (#4424) * fix:occur a 400 error request when openapi key's parameter contain "a[0]"(#4422) * update CHANGES.md
Successfully merging a pull request may close this issue.
描述bug
简洁明了地描述一下bug
openapi的Java client,1.7.0,如果key是a[0],则会在url拼key时转成a%5B0%5D,请求就会报400错误,是不是应该默认设置Tomcat参数能转义?
复现
通过如下步骤可以复现:
期望
简介明了地描述你希望正常情况下应该发生什么
截图
如果可以,附上截图来描述你的问题
额外的细节和日志
The text was updated successfully, but these errors were encountered: