[Bug 68862] InputBuffer#handleReadException breaks FailedRequestFilter

2024-04-09 Thread bugzilla
|--- |FIXED --- Comment #6 from Remy Maucherat --- This code was removed, so I forgot about it. I added a catch ISE for now in FailedRequestFilter. -- You are receiving this mail because: You are the assignee for the bug

[Bug 68862] InputBuffer#handleReadException breaks FailedRequestFilter

2024-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68862 --- Comment #5 from Christoph Empl --- org.apache.catalina.filters.FailedRequestFilter -- You are receiving this mail because: You are the assignee for the bug. - To unsubscr

[Bug 68862] InputBuffer#handleReadException breaks FailedRequestFilter

2024-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68862 --- Comment #4 from Remy Maucherat --- What is FailedRequestFilter ? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev

[Bug 68862] InputBuffer#handleReadException breaks FailedRequestFilter

2024-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68862 Christoph Empl changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 68862] InputBuffer#handleReadException breaks FailedRequestFilter

2024-04-09 Thread bugzilla
hrown when FailedRequestFilter calls Response#sendError. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

[Bug 68862] InputBuffer#handleReadException breaks FailedRequestFilter

2024-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68862 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 68862] InputBuffer#handleReadException breaks FailedRequestFilter

2024-04-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68862 --- Comment #1 from Christoph Empl --- Correction of my description: InputBuffer calls Response#sendError since https://github.com/apache/tomcat/commit/700d582b508d899aa6dd2d1cc1e42c12e9f47ba0 -- You are receiving this mail because: You are t

[Bug 68862] New: InputBuffer#handleReadException breaks FailedRequestFilter

2024-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68862 Bug ID: 68862 Summary: InputBuffer#handleReadException breaks FailedRequestFilter Product: Tomcat 10 Version: 10.1.18 Hardware: PC OS: All

[Bug 58233] Connection reset with multipartConfig and FailedRequestFilter

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58233 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58233] New: Connection reset with multipartConfig and FailedRequestFilter

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58233 Bug ID: 58233 Summary: Connection reset with multipartConfig and FailedRequestFilter Product: Tomcat 7 Version: 7.0.61 Hardware: PC OS: Linux

FailedRequestFilter IOHandling

2015-08-10 Thread wadzapi
th myFaces JSF implementation. I found that root cause of that troubles in maxSwallowSize attribute and handling it in IdentityInputFilter. With configured maxSwallowSize=-1 FailedRequestFilter works well - HTTP 400 sent and client redirected to error page. But using default maxSwallowSize attribu

Re: FailedRequestFilter

2011-11-07 Thread Konstantin Kolinko
2011/11/7 Konstantin Kolinko : > Hi! > > In trunk I committed a new feature: request attribute that is set if > there were problems during parameter parsing and FailedRequestFilter - > filter that rejects requests if that request attribute is set. > > I would like this to

FailedRequestFilter

2011-11-07 Thread Konstantin Kolinko
Hi! In trunk I committed a new feature: request attribute that is set if there were problems during parameter parsing and FailedRequestFilter - filter that rejects requests if that request attribute is set. I would like this to be ported to TC7 and earlier versions up to 5.5, but will wait a