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

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -