You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the resteasy-client to fetch a binary file "svg" i'm getting a ClassCastException.
Request:
curl '/public/gms-logo.svg'
The exception:
java.lang.ClassCastException: class java.util.Arrays$ArrayList
cannot be cast to class jakarta.ws.rs.core.MediaType
at org.jboss.resteasy.util.HeaderHelper.getMediaType(HeaderHelper.java:115)