> When I open up a program that listens to socket connections, i can see the
> http resp, which looks normal. When I open it in gimp, i get the message
> "bogus character 0x00. Ignoring"
> PrintWriter toClient = res.getWriter();
This is no good. You can't open a writer to deliever stream. It won't fit,
because of
unicode translations.
My advice - use the ServletOutputStream directly. It will work.
- Isaac
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html