The repo is currently using a version of Airlift that is quite old, and is missing fixes such as airlift/airlift#1333
This results in an NPE in some cases, where the ExceptionMapper tries to get a property from the request (which is active as per the isSuspended method) and that results in an NPE.
We will open a PR soon with some fixes, opening this issue as it prompted some additional investigation
The repo is currently using a version of Airlift that is quite old, and is missing fixes such as airlift/airlift#1333
This results in an NPE in some cases, where the ExceptionMapper tries to get a property from the request (which is active as per the
isSuspendedmethod) and that results in an NPE.We will open a PR soon with some fixes, opening this issue as it prompted some additional investigation