[EMAIL PROTECTED] wrote:
When I access the same image within a normal HTML file, it works fine:
<img src="http://localhost:8080/exist/servlet/db/test.gif">
Use a command line tool like wget to access the URL and download
the content into a file. Is the downloaded file ok? If not,
check whether the sevlet needs cookies, has access protections,
or requires a specific user agent.
If the donwloaded content was ok, use wget to dump the HTTP headers
into a file. Check whether content type and length have been set
properly.
Finally, try the same with a JPEG file. GIF files are processed
by some AWT classes, which is known to go haywire occasionally for
(invalid) GIFs downloaded over HTTP, while the same works if
the content comes from a file.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]