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]);
- is incorporated by
-
JBEAP-21181 [GSS](7.3.z) RESTEASY-2550 - NPE when passing null arguments and ParamConverterProviders are registered
- Closed
- relates to
-
RESTEASY-2974 ClientConfiguration.toString(null, type, annotations) causes NPE
- Closed