You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/12/08 08:47:52 UTC

[GitHub] [servicecomb-java-chassis] Eyekneemm opened a new issue #2109: rest on servlet场景下,请求报文大小受tomcat-maxHttpHeaderSize配置影响

Eyekneemm opened a new issue #2109:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2109


   rest on servlet场景下,请求报文大小受tomcat-maxHttpHeaderSize配置影响,
   debug发现是cse在调用时把请求体都放到了url上,导致超出限制,请问是基于什么考虑呢?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] Eyekneemm closed issue #2109: rest on servlet场景下,请求报文大小受tomcat-maxHttpHeaderSize配置影响

Posted by GitBox <gi...@apache.org>.
Eyekneemm closed issue #2109:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2109


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] Eyekneemm commented on issue #2109: rest on servlet场景下,请求报文大小受tomcat-maxHttpHeaderSize配置影响

Posted by GitBox <gi...@apache.org>.
Eyekneemm commented on issue #2109:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2109#issuecomment-740493179


   服务提供方代码问题,使用dto传参即可


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2109: rest on servlet场景下,请求报文大小受tomcat-maxHttpHeaderSize配置影响

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2109:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2109#issuecomment-740478887


   Http URL/HEADER/BODY 大小都有限制,这个是协议要求的内容。 "cse在调用时把请求体都放到了url上" 这个应该是你定义的接口存在错误, 比如可以指定 RequestBody, 但是没指定, 默认值是 RequestParam。 可以看下你的接口定义。 


----------------------------------------------------------------
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:
users@infra.apache.org