markt-asf commented on PR #723:
URL: https://github.com/apache/tomcat/pull/723#issuecomment-2288295442

   Ah, understood. My view is that this is a neat trick but it isn't 
sufficient. There are a bunch of places where Tomcat calls 
`response.sendError(400,"reason")` where we also want the connection to be 
closed. e.g. `CoyoteAdapter`. I don't see how we can differentiate between 
those calls and calls from the application that do not need to be fatal.
   I keep coming back to the view that applications should not be using 400 
responses for this. Those applications that need to use HTTP response codes 
should define their own 4xx status code(s).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to