Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Michael S. / ()
Created: 02/20/2019
Components: Language, Page Processing Tags
Versions: 2018
Failure Type: Non Functioning
Found In Build/Fixed In Build: 2018 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Problem Description:
Wrapping CFDocument with CFThread returns a null value and the code inside the thread does not appear to execute.
Steps to Reproduce:
<cfthread name="cfthreadTest_#dateFormat(NOW(),'mmddyyssss')#" action="run">	
	<cfdocument format="PDF">
             <cfdocumentitem type="header" evalatprint="true"> 
                 Some HTML Content
	     </cfdocumentitem> 
             <cfdocumentitem type="footer" evalatprint="true">
                 Some HTML Content
             </cfdocumentitem> 
             <cfdocumentsection name="bodyContent">
                  Some HTML Content  
             </cfdocumentsection>
     </cfdocument>
</cfthread>
Actual Result:
Produces the following error in the application log with a corresponding entry in the exception log. 
CFTHREADTEST_0220190055: null
Expected Result:
A pdf generated  in the browser window. When attempting to write the file to disk, I see the same behavior.
Any Workarounds:
I have found no workarounds yet.
  Attachments:
Comments: