Spring: The request sent by the client was syntactically incorrect ()

后端 未结 4 1622
无人共我
无人共我 2020-12-14 18:17

Hi I received next error during the redirect:

The request sent by the client was syntactically incorrect

URL which browser show

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-14 18:59

    In cases like this it is very useful to have org.springframework.web loggin level set to DEBUG in log4j configuration

    
        
        ...
    
    

    E.g. when parameter is missing or cannot be converted to the required type there will be an exception details in the log.

提交回复
热议问题