Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/09/2016
Components: Document Management
Versions: 2016
Failure Type: Unspecified
Found In Build/Fixed In Build: Beta2_v12 /
Priority/Frequency: Minor / Unknown
Locale/System: English / Win All
Vote Count: 0
When cfpdfparam's wordstoredact attribute value is a string, then CF throws a silent exception.
Repro:
<cfscript>
cfdocument(format="pdf", filename=expandPath('./MyPDF.pdf'), overwrite=true) {writeOutput("foo bar");};
cfpdf(action="redact", source=expandPath('./MyPDF.pdf'), destination=expandPath('./MyPDFRedacted.pdf'), overwrite=true) {
cfpdfparam(pages="*", wordstoredact="foo");
}
</cfscript>
Actual behavior: No exception displayed on screen. See exception.log has "java.lang.IncompatibleClassChangeError at coldfusion.tagext.lang.PDFParamTag.setWordstoredact(PDFParamTag.java:333)"
Expected behavior: An exception should also be displayed on screen.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126486
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: