openvsx icon indicating copy to clipboard operation
openvsx copied to clipboard

Invalid mime type "api-version=6.1-preview.1"

Open amvanbaren opened this issue 1 year ago • 0 comments

This exception was discovered while deploying to production eclipsefdn/helpdesk#1483 (comment)

2022-07-21 15:53:53.601 ERROR 1 --- [.0-8080-exec-47] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.http.InvalidMediaTypeException: Invalid mime type "api-version=6.1-preview.1": does not contain '/'] with root cause

org.springframework.util.InvalidMimeTypeException: Invalid mime type "api-version=6.1-preview.1": does not contain '/'

At first glance it looks like this header is sent by VS Code.

amvanbaren avatar Jul 21 '22 17:07 amvanbaren