Hi everyone,
our HANA server sends the wrong Content-Type if the browser has already cached the file (304 Not Modified). Therefore, it can happen that pages are not displayed correctly because CSS is not loaded.
Normally, a browser ignores the "new" content-type but in our case there is a proxy involved which uses the new and wrong content-type and sends the complete css-file to the browser with a 200 OK Status.
In this case the browser doesn't load the CSS because of the wrong Content-Type
Thanks
David