Bug 64232

Summary: 40x exception on POST
Product: Tomcat 9 Reporter: Siva Paulraj <krishnan212>
Component: ConnectorsAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 9.0.31   
Target Milestone: -----   
Hardware: Other   
OS: Linux   

Description Siva Paulraj 2020-03-16 17:14:40 UTC
After tomcat 9.0.31 update we are getting below exception for POST request intermittently and below is the only exception we can see in log.

Setup : HaProxy which listen on 443 and route traffic to  backed tomcat running on https protocol.


[ WARN][org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver] Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]

Note: Same POST is working in old tomcat version till 9.0.30 without issue.
Comment 1 Mark Thomas 2020-03-16 17:19:27 UTC

*** This bug has been marked as a duplicate of bug 64195 ***