When I use IE9 I am getting "CSS was ignored due to mime type mismatch" error in developer tool console and css is not apply and the web page is not align.
When I see the detail view of the response the Content-Type header is missing.
So how can I add text/css as Content-Type response header?
Do I have to add some configuration to the weblogic server settings?