SenixCoder opened a new issue #2373: URL: https://github.com/apache/servicecomb-java-chassis/issues/2373
问题现象: 1. 使用@ModelAttribute及@ApiModel注解,将文件通过聚合对象进行传递。在实际传递时,其他参数是拼接在URI中进行传递的,这样会导致如果tomcat配置了maxHeaderSize,传递较大长度的参数时会报错:Request header is too large. 如果想要将其他参数放在body中进行传输,该进行怎样的配置 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
