Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Kailash Bihani)
Created: 04/21/2016
Components: Document Management, PDF Generation (CFHTML2PDF)
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF2016_Final /
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Linux All,Mac 10 All,Solaris All,Win XP All
Vote Count: 1
cfhtmltopdf fails to write if filename contains special characters
It works in the case of filewrite and cfdocument
Repro case:
<cfscript>
fileWrite(expandPath("./myfilé1.txt"), "my file");//creates file (good)
cfdocument(format="pdf", filename=expandPath('./myfilé2.pdf'), overwrite=true) {writeOutput("my file");}//creates file (good)
cfhtmltopdf(destination=expandPath('./myfilé3.pdf'), overwrite=true) {writeOutput("my file");}//throws coldfusion.document.webkit.PDFgErrorHandler$ServiceManagerConversionException (bad)
</cfscript>
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4142993
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: