java - Problem with images and JSP -
i not able see images in jsp page. error
resource interpreted image transferred mime type text/html.
what mean? solution?
it means client requested thought image , received server claimed html document.
i suspect that:
- you have wrong urls images and
- the servers 404 not found error page being sent 200 ok status code.
Comments
Post a Comment