https://bz.apache.org/bugzilla/show_bug.cgi?id=66233
Bug ID: 66233
Summary: when set maxCookieCount 1, request has 5 cookies, the
response message is "null"
Product: Tomcat 10
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ------
when set maxheadersize 1, and I request 5 headers.
then response is
```
{
"type":Exception Report",
"message":"More than the maximum allowed number of headers,[1], were
detected.",
"description":"The server cannot or will not process the request due to
something that is perceived to be a client error (e.g., malformed request
syntax, invalid request message framing, or deceptive request rounting)."
}
```
In my mind, when out of maximum allowed number of cookies.
We need response the definite response message to tell developer or user, how
to fix the client error.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]