Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Anit Kumar Panda)
Created: 11/26/2014
Components: Document Management, PDF Generation (CFHTML2PDF)
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 11,0,01,291346 / CF11 Update5
Priority/Frequency: Major / Most users will encounter
Locale/System: English / Mac 10 All,Win XP All
Vote Count: 0
Problem: cfhtmltopdf fails to generate pdf, when source has "http" protocol in url.
Method: Access the below code in ColdFusion 11
<cfhtmltopdf source="http://www.google.com/" />
Result: coldfusion.document.webkit.PDFgErrorHandler$ServiceManagerConversionException: Error occurred while generating PDF.
Expected: It should generate pdf irrespective of the protocol used, whether "http" or "https".
Workaround: Use https instead of http. For e.g. <cfhtmltopdf source="https://www.google.com/" /> and it works.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3858416
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: