[OT] Re: reading encoded JPEG Stream

2005-01-28 Thread Dakota Jack
>From the code you sent me privately, I suspect that the problem is that you are using Java code which does not encode JPEGs to do so, viz. ImageIO, although I don't know if the licensing on that has yet led to a change.. To make sure what is happening, I would have to see more of your ImageViewer

Re: reading encoded JPEG Stream

2005-01-28 Thread Dakota Jack
ew threw > exception > javax.servlet.ServletException: java.io.IOException: reading encoded JPEG > Stream > > ar not sure if this is a problem but I get a ton of these. > this is in an old part of the application that I didnt write and the other > developer has no idea either. > &g

reading encoded JPEG Stream

2005-01-28 Thread Didier McGillis
StandardWrapperValve[view]: Servlet.service() for servlet view threw exception javax.servlet.ServletException: java.io.IOException: reading encoded JPEG Stream ar not sure if this is a problem but I get a ton of these. this is in an old part of the application that I didnt