Re: Spurious error logs when streaming image thru' a JSP combination

2005-11-21 Thread Mikolaj Rydzewski
Radhakrishnan J wrote: PS: This JSP is deployed as part of a struts application, and for certain reasons, I'd like to use an action-JSP combination to stream the image instead of simple serlvet. It would be much better to use pure servlet instead of JSP (which turns into servlet anyw

Spurious error logs when streaming image thru' a JSP combination

2005-11-21 Thread Radhakrishnan J
Flks, Herez a stack trace in the tomcat environment ( Windows 2000 / J2SE 1.4.2_09 / Tomcat 5.5.12 ). Every request processed results in this trace. However, the image gets rendered fine. Seems like the problem is because of the new line characters in the JSP. If I compact the JSP