>>>>> "A" == Anton Brazhnyk <[EMAIL PROTECTED]> writes:

    A> Headers cant contain blank llines, and I have no idea what your
    A> client wanted with that "Error 200". 

Precisely; this error appears to be generated from either Tomcat or
Jasper and is not likely in my client's code (it would be highly
irregular of them to use numerical codes)

Because the error is being emitted across the servlet output stream
during the transmission of headers, and because it is wrapped in
blank lines, it appears on the page as content.

if you do a google search for "JSP Error 200" you will see they are
not alone: This appears to be a common problem with JSP pages, so its
surprising no one has reported it and that the fix is not common
knowledge.  

My guess is that it is the sort of error that crops up due to
mis-configuration and most sites discover the config glitch, fix it,
and the code goes away so they never report it.

What I'm hoping is someone familiar with the sources can check the
tomcat/jasper sources to see if it is in there somewhere (or maybe
mod_jk?) as this error is itself an error: It should report to the
stderr log, not the servlet output stream.

-- 
Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
"Computers are useless.  They can only give you answers."(Pablo Picasso)


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to