org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'xxx...

org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'xxxx' is not present

突然间,post方式提交不了参数,但是我检查了很久想起来我动过tomcat的server.xml配置

 <Connector executor="tomcatThreadPool"
              port="8888" protocol="org.apache.coyote.http11.Http11NioProtocol"
              connectionTimeout="60000"
               acceptCount="800"
               maxPostSize="0"
               disableUploadTimeout="true"
               URIEncoding="UTF-8"
               enableLookups="false"
               redirectPort="8443" />

添加了,配置maxPostSize="0",为了取消post数据大小限制,却导致了我提交不了参数,很奇怪。当我取消了maxPostSize="0",就能够正确提交post的参数了。

转载于:https://www.cnblogs.com/sevenun/p/6666455.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
引用\[1\]中的错误信息提示是"org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'xxx' for method parameter type String is not present",这个错误通常是因为在访问某个Controller链接接口时,缺少了必需的请求参数。而引用\[3\]中的代码片段显示了一个接口ClientDetailsService,它是用来提供有关OAuth2客户端的详细信息的服务。根据这些信息,可以推断出问题可能是由于缺少了名为'clientid'的必需请求参数导致的。因此,解决这个问题的方法是在请求中添加名为'clientid'的参数。 #### 引用[.reference_title] - *1* [【SpringMVC】Required request parameterxxx‘ for method parameter type String is not present](https://blog.csdn.net/ooppookid/article/details/120227088)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* *3* [springboot实现oauth2源码解读](https://blog.csdn.net/zoeou/article/details/104110396)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值