Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] SoapUI Jetty incorrect content-type for css

Neither jetty-6 nor even the latest jetty-9.1 has a mimetype of
application/x-pointplus in the mimetypes properties file, so this must
be something that is being added by the framework or by the
application.

cheers
Jan

On 7 November 2013 07:14, Christopher Melen <relativeflux@xxxxxxxxxxxxx> wrote:
> Hi,
>
>
> I am serving Swagger UI from the static content directory of my mock REST
> API in SoapUI. SoapUI uses jetty-6.1.26.jar and jetty-util-6.1.26.jar.
> Unfortunately the Swagger css files are being served as
> application/x-pointplus, which both Opera and Firefox refuse to handle
> (haven't tried any other browsers).
>
>
> The html file referencing the css has the type correctly set to "text/css".
>
>
> I initially posted about this on the SoapUI forum, but was directed here
> instead. Is this really a Jetty problem, and if so what might be the
> solution be?
>
>
> Thanks for any help,
> Christopher
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'


Back to the top