I have an issue with JSP compile errors not being displayed in the
browser when I am using IE. The situation only seems to happen when I
try to compile a JSP that has lots of errors. If I have a large JSP
(50+ lines or so) and create one error (like leaving a ; off the end of
a line early in the JSP), lots of errors will be generated because of
that. After doing packet traces, I found that Jasper is repsonding with
all of the errors in an HTTP 500 but, the status line contains all of
the errors (attached below).
|