Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Done
-
None
-
None
Description
If ParamConverterProviders are registered, and null arguments are passed to a REST API call, a NullPointerException is thrown in org.jboss.resteasy.client.microprofile.ProxyInvocationHandler.invoke().
for (Object arg : args) { if (parameterAnnotations[index].length > 0) { ParamConverter<?> converter = ((ParamConverterProvider) p) .getConverter(arg.getClass() /** <-- NPE when arg is null **/, null, parameterAnnotations[index]);
Attachments
Issue Links
- is incorporated by
-
JBEAP-21181 [GSS](7.3.z) RESTEASY-2550 - NPE when passing null arguments and ParamConverterProviders are registered
-
- Verified
-