cortez
13 years agoOccasional Contributor
[Res] Mock service returning application/x-pointplus for css
Hi,
I'm running a mock REST API, for which I have a Swagger UI. Currently this is all on localhost. I put the Swagger UI sources under my doc root, but for some reason Jetty thinks all of the css files are of type application/x-pointplus. This is what I get under Opera:
I have read that this problem can occur if the css file is not referenced using text="text/css" in the html. I checked and that declaration is in fact there.
Is this a Jetty bug? Googling has produced nothing relevant to that.
Running soapUI 4.6.0 (free version)
I'm running a mock REST API, for which I have a Swagger UI. Currently this is all on localhost. I put the Swagger UI sources under my doc root, but for some reason Jetty thinks all of the css files are of type application/x-pointplus. This is what I get under Opera:
HTTP/1.1 200 OK
Content-Length: 30670
Content-Type: application/x-pointplus
Server: Jetty(6.1.26)
Unable to show data of type application/x-pointplus
I have read that this problem can occur if the css file is not referenced using text="text/css" in the html. I checked and that declaration is in fact there.
Is this a Jetty bug? Googling has produced nothing relevant to that.
Running soapUI 4.6.0 (free version)