tracker issue : CF-4126486

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: redaction silent exception when wordstoredact is string

| View in Tracker

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:

Adding BUG AUDIT TRAIL ********action: updated fieldName: State newValue: Closed oldValue: Open oprid: bihani recordName: RQ_DEFECT timpestamp: 2016-01-04 12:49:52.0 action: updated fieldName: Status newValue: Fixed oldValue: ToTest oprid: bihani recordName: RQ_DEFECT timpestamp: 2016-01-04 12:49:52.0 action: updated fieldName: Reason newValue: Blank oldValue: Fixed oprid: bihani recordName: RQ_DEFECT timpestamp: 2016-01-04 12:49:52.0 action: updated fieldName: Owner newValue: Blank oldValue: bihani oprid: bihani recordName: RQ_DEFECT timpestamp: 2016-01-04 12:49:52.0 action: updated fieldName: Closed By newValue: bihani oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2016-01-04 12:49:52.0 action: updated fieldName: Date Closed newValue: 2016-01-04 04:49:52.0 oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2016-01-04 12:49:52.0 action: updated fieldName: Changelist newValue: 297221 oldValue: Blank oprid: mjain recordName: RQ_DEFECT timpestamp: 2015-12-24 10:48:34.0 action: updated fieldName: Date Fixed newValue: 2015-12-24 02:48:34.0 oldValue: Blank oprid: mjain recordName: RQ_DEFECT timpestamp: 2015-12-24 10:48:34.0 action: updated fieldName: Fixed By newValue: mjain oldValue: Blank oprid: mjain recordName: RQ_DEFECT timpestamp: 2015-12-24 10:48:34.0 action: updated fieldName: Owner newValue: bihani oldValue: mjain oprid: mjain recordName: RQ_DEFECT timpestamp: 2015-12-24 10:48:34.0 action: updated fieldName: Status newValue: ToTest oldValue: ToFix oprid: mjain recordName: RQ_DEFECT timpestamp: 2015-12-24 10:48:34.0 action: updated fieldName: Reason newValue: Fixed oldValue: Blank oprid: mjain recordName: RQ_DEFECT timpestamp: 2015-12-24 10:48:34.0 action: updated fieldName: Reason newValue: Blank oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-12-24 10:31:47.0 action: updated fieldName: Status newValue: ToFix oldValue: Unverified oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-12-24 10:31:47.0 action: updated fieldName: Fix By Product Milestone newValue: Gold Master oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-12-24 10:31:47.0 action: updated fieldName: Severity newValue: 2 oldValue: 3 oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-12-24 10:31:47.0 action: updated fieldName: Owner newValue: mjain oldValue: bihani oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-12-24 10:31:47.0 action: updated fieldName: Fix By Milestone newValue: Gold Master oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-12-24 10:31:47.0 action: updated fieldName: Priority newValue: 1 oldValue: 0 oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-12-24 10:31:47.0 action: updated fieldName: Dev Assigned newValue: mjain oldValue: uogra oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-24 08:50:48.0
Comment by CFwatson U.
3987 | March 09, 2016 02:17:28 AM GMT
Added By: PreRelease User User Name:Aaron Neff Note Added: Easy to verify. Self-contained repro in description. Pretty nasty bug b/c code cannot handle the silent exception. Date Added :2015-12-24 08:27:06.0 Added By: PreRelease User User Name:Aaron Neff Note Added: The forum thread discussing this ticket is: http://prerelease.adobe.com/r/?168ad859906d4150910e008e0bdcc5e0 Please follow-up in that thread, not here in this ticket. Date Added :2015-12-23 08:32:58.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Entered Bug. Date Added :2015-12-23 08:23:14.0
Comment by CFwatson U.
3988 | March 09, 2016 02:17:29 AM GMT