NullPointerException on invalid HTTP request #53409
-
|
Hello, I am running Quarkus 3.33.1 in production and getting this exception sometimes: I could not reproduce this in dev (at least with a curl client). An invalid http request for sure since URI is apparently missing but maybe the code here: Also, I have quarkus.http.access-log.enabled=true but there does not appear to be an entry for the HTTP request that produced the above exception. I am assuming logging did not occur because the exception somehow interrupted the flow, is that correct? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
An NPE in our code is always a bug; could you please open an issue? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot for your quick reply. I have opened #53427. I am still interested in the reason why the original HTTP request causing such exceptions is not showing up in the HTTP access log. The reason I am asking is because other exceptions such as this one are frequent: I suspect something is wrong on my side but I can't correlate the timestamp with an actual HTTP request which would be helpful to reproduce the issue in dev. Thanks again |
Beta Was this translation helpful? Give feedback.
For the record, it has been fixed in #53456.