Stupi / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

Images src url starts with https does not render pdf #174

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you have image src which starts with 
https://www.domain.com/appName/images/image.jpg

It hangs and it does not produce the pdf. 

I am using itextrender class to render pdf from html code.

Application stops running at below code 
renderer.setDocument(doc, null);

If the same image is used with src starts with http then it works fine. 
I have implemented NaiveUserAgent class and overridden below methods
resolveAndOpenStream
getImageResource

Please let me know if i am missing something.

Original issue reported on code.google.com by chaitany...@gmail.com on 12 Sep 2011 at 12:22

GoogleCodeExporter commented 8 years ago
I have the same issue. Any word on a fix or work around??

Original comment by dbtripl...@gmail.com on 16 Dec 2013 at 10:56