Preflight Checklist
Version
1.9.3
Installation Type
Official SaaS Service
Describe the details of the bug and the steps to reproduce it
JDK 1.
项目中某些接口在访问的时候会报出Content-Length header already present的错误
Additional Information
No response
Logs
Caused by: io.dongtai.iast.thirdparty.org.apache.http.ProtocolException: Content-Length header already present
at io.dongtai.iast.thirdparty.org.apache.http.protocol.RequestContent.process(RequestContent.java:97)
at io.dongtai.iast.thirdparty.org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:133)
at io.dongtai.iast.thirdparty.org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at io.dongtai.iast.thirdparty.org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at io.dongtai.iast.thirdparty.org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)