Thanks Ben! Can you include the NPE stacktrace too? That might help us write a test (and maybe push a fix into OpenLiberty, even if it's just a better exception)
On Sat, Jan 11, 2020 at 10:15 AM Benjamin Marwell <[email protected]> wrote: > Hi, > > I would like to see my PR [1] merged, because this causes a lit of trouble > for me and possibly other users. I do not think there are any side effects, > but another review might still be beneficial. > > Also, one could write an integration test like this: start an affected > application server, e.g. OpenLiberty and run a htto request targeted at a > servlet whose method uses such a signature: > > public void getAction(final @Suspended asyncResponse asyncResponse); > > Any help would be appreciated, although it could probably merged right away > even without such a test case. > > Thanks, > Ben > > [1] https://issues.apache.org/jira/browse/SHIRO-735 > <https://issues.apache.org/jira/browse/SHIRO-735> >
