You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be because we do a lot of manual writing to the response objects output stream and not to a nice presentation layer JSP. Because there is no file system entry for the actual response tomcat doesn't appear to be setting the mime type.
I think I can put together a hack by manually setting the content type header in the SelectUtil.java and UpdateUtil.java but the real fix is a proper MVC pattern for the whole SQL injection side of things. One is quick and hacky the other is a more fundamental change to the way the app presents data and is more in line with how the other servlets go about it.
Servlets need
Content-Type: text/html
header please:The text was updated successfully, but these errors were encountered: