[Bug 61719] http2(h2) AsyncContext setReadListener NullPointerException

2017-11-03 Thread bugzilla
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

[Bug 61719] http2(h2) AsyncContext setReadListener NullPointerException

2017-11-03 Thread bugzilla
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.

[Bug 61719] http2(h2) AsyncContext setReadListener NullPointerException

2017-11-03 Thread bugzilla
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

[Bug 61719] http2(h2) AsyncContext setReadListener NullPointerException

2017-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 61719] http2(h2) AsyncContext setReadListener NullPointerException

2017-11-03 Thread bugzilla
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