[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added Attachment #33796|0 |1 is

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #12 from Mark Thomas --- Comment on attachment 33796 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33796 Unit test of bug 59219 Nice. That is very, very close to what I have. The differences are: -

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added Attachment #33784|0 |1 is

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #10 from Mark Thomas --- I've fixed the regression. I held back on committing the test case to give you a chance to update your proposed patch. -- You are receiving this mail because: You are the assignee for

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #9 from Mark Thomas --- And some more: 4. The wait loop logic is wrong. - It will always wait 5s even if the output is correct - If output in incorrect it will enter an infinite loop 5. It is clearer to

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #8 from Mark Thomas --- Thanks for the patch. It is being looked at. Currently I'm seeing odd behaviour on Windows so I want to test it on another platform. I do have some basic feedback at this point. Expect

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added Attachment #33783|0 |1 is

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added Attachment #33782|0 |1 is

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added CC|lav...@hotmail.fr | -- You are

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added CC|

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #4 from Konstantin Kolinko --- (In reply to Mark Thomas from comment #3) > - 6.0.x for 6.0.46 onwards Scratch the above one. Tomcat 6 was not affected by this fix. AsyncListener is a feature of Servlet 3.0

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #2 from Mark Thomas --- Point 3 is fixed as well in 9.0.x for 9.0.0.M5 onwards. I'll look at back-porting this next. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1