tracker issue : CF-4126624

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

[ANeff] Bug for: cfpdfparam(encoding should default to UTF-8

| 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: Alpha_v12 /

Priority/Frequency: Minor / Unknown

Locale/System: English / Win All

Vote Count: 0

cfpdfparam's encoding attribute should default to UTF-8, instead of throwing an exception when omitted

<cfscript>
  cfdocument(format="pdf", filename=expandPath('./MyPDF.pdf'), overwrite=true) {writeOutput("my PDF");};
  cfdocument(format="pdf", filename=expandPath('./MyPDFAttachment.pdf'), overwrite=true) {writeOutput("my PDF attachment");};
  cfpdf(action="addattachments", source=expandPath('./MyPDF.pdf'), destination=expandPath("./MyPDFWithAttachments.pdf"), overwrite=true) {
	  cfpdfparam(source=expandPath('./MyPDFAttachment.pdf'), filename="MyPDFAttachment.pdf") {};//throws: coldfusion.tagext.validation.IllegalAttrConfigException: Attribute validation error for CFPDFPARAM tag in cfscript.
  };
</cfscript>

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4126624

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: Priority newValue: 1 oldValue: 0 oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-02-16 15:12:29.0 action: updated fieldName: Status newValue: Fixed oldValue: ToTest oprid: suchsing recordName: RQ_DEFECT timpestamp: 2015-09-25 11:37:53.0 action: updated fieldName: State newValue: Closed oldValue: Open oprid: suchsing recordName: RQ_DEFECT timpestamp: 2015-09-25 11:37:53.0 action: updated fieldName: Reason newValue: Blank oldValue: Fixed oprid: suchsing recordName: RQ_DEFECT timpestamp: 2015-09-25 11:37:53.0 action: updated fieldName: Owner newValue: Blank oldValue: suchsing oprid: suchsing recordName: RQ_DEFECT timpestamp: 2015-09-25 11:37:53.0 action: updated fieldName: Closed By newValue: suchsing oldValue: Blank oprid: suchsing recordName: RQ_DEFECT timpestamp: 2015-09-25 11:37:53.0 action: updated fieldName: Date Closed newValue: 2015-09-25 04:37:53.0 oldValue: Blank oprid: suchsing recordName: RQ_DEFECT timpestamp: 2015-09-25 11:37:53.0 action: updated fieldName: Owner newValue: suchsing oldValue: poojain oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-09-25 04:22:06.0 action: updated fieldName: Fix By Milestone newValue: Beta oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-09-25 04:22:06.0 action: updated fieldName: QE Assigned newValue: suchsing oldValue: poojain oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-09-25 04:22:06.0 action: updated fieldName: Fix By Product Milestone newValue: Beta oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-09-25 04:22:06.0 action: updated fieldName: Date Fixed newValue: 2015-09-24 21:20:09.0 oldValue: Blank oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-09-25 04:20:10.0 action: updated fieldName: Fixed By newValue: vadiraja oldValue: Blank oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-09-25 04:20:10.0 action: updated fieldName: Status newValue: ToTest oldValue: Unverified oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-09-25 04:20:10.0 action: updated fieldName: Changelist newValue: 295744 oldValue: Blank oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-09-25 04:20:10.0 action: updated fieldName: Reason newValue: Fixed oldValue: Blank oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-09-25 04:20:10.0 action: updated fieldName: Dev Assigned newValue: vadiraja oldValue: uogra oprid: rukumar recordName: RQ_DEFECT timpestamp: 2015-09-22 05:32:42.0
Comment by CFwatson U.
3696 | March 09, 2016 04:18:31 AM GMT
Added By: PreRelease User User Name:Aaron Neff Note Added: Actually there are a couple issues. Added comment in forums here: http://prerelease.adobe.com/r/?0ecf982a9bfa41cdb33a8e25632efcee I see Mayur just replied, awesome, thanks! Date Added :2015-12-09 05:24:48.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Verified this is fixed, thanks! Tested in Beta 1. Date Added :2015-12-09 04:21:45.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Entered Bug. Date Added :2015-09-22 02:35:54.0
Comment by CFwatson U.
3697 | March 09, 2016 04:18:32 AM GMT