https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
--- Comment #5 from Remy Maucherat ---
The fix will be included in 9.0.2 and 8.5.24.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscrib
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
--- Comment #4 from Jack <94544...@qq.com> ---
9.0.1 is still in beta, where can I download the 9.0.2 in alpha or something?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
--- Comment #3 from Jack <94544...@qq.com> ---
By the way, If I remove
from the https connector then I will not got this NullPointerException.
Good to know, you people have already fixed it. Great.
--
You are receiving this mail be
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
--- Comment #1 from Jack <94544...@qq.com> ---
By the way, the code is in a AsyncContextHandler
ServletInputStream sis = request.getInputStream();
sis.setReadListener(this); //this line throw exception, this is the
ACHandler
any way, this