You are right, wget reveals text/html.

-----Ursprüngliche Nachricht-----
Von: J.Pietschmann [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 15. August 2003 19:14
An: [EMAIL PROTECTED]
Betreff: Re: URLs in external-graphics -> corrupt PDF


Psi Aushilfe3 wrote:
> Yes, I am sure :-) It's the simplest HTTP GET you can imagine :)
> 
> Bug?
> 
I doubt this. It is most certainly some sort of misconfiguration in your 
server. The exception is apparently thrown in
GifImage.loadImage():
    ImageProducer ip = (ImageProducer)this.m_href.getContent();
and somehow someone gets a sun HTTPConnection rather than the expected class. I 
don't have time right now to dig deeper, but it may be the getContent() doesn't 
return an ImageProducer. You can put some traces into the code to confirm this. 
Just as a guess, check the MIME type configured for the file (including case) 
in the server. Access the URL with a browser which doesn't second guess, like 
Mozilla, or use wget's raw dump.

J.Pietschmann



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to