Bug 64232 - 40x exception on POST
Summary: 40x exception on POST
Status: RESOLVED DUPLICATE of bug 64195
Alias: None
Product: Tomcat 9
Classification: Unclassified
Component: Connectors (show other bugs)
Version: 9.0.31
Hardware: Other Linux
: P2 blocker (vote)
Target Milestone: -----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-16 17:14 UTC by Siva Paulraj
Modified: 2020-03-16 17:19 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***