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
If you attempt to indicate mime type by adding an extension onto your request, but you are also using matrix parameters then the framework fails to detect the mime type.
This is due to setURLMediaTypeFromPath in BaseResource including any matrix parameters when attempting to parse the mime type. This issue is exacerbated when your matrix parameters contain "."