Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Jason Henley / Jason Henley (Jason Henley)
Created: 12/18/2015
Components: General Server
Versions: 11.0
Failure Type: Data Corruption
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description: Corrupted documents are being created when the default document is not being used for the request.
Steps to Reproduce:
Create *.CFM file 1 /pdf-test.cfm in the root directory with the following contents:
<a href="/pdf/index.cfm?get=true">Test 1</a><br>
<a href="/pdf/?get=true">Test 2</a>
Create *.CFM file 2 /pdf/index.cfm with the following contents:
<cfheader name="Content-disposition" value="attachment;filename=test.pdf">
<cfdocument format="PDF">
<b>Test</b>
</cfdocument>
1. Open /pdf-test.cfm in any browser.
2. Click on "Test 1" link, PDF is generated and downloaded without error.
3. Click on "Test 2" link, PDF is generated and downloaded, but the file is corrupt.
Actual Result: File generated is corrupt.
Expected Result: Valid file
Any Workarounds: Use default document for request, i.e. index.cfm
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4101628
External Customer Info:
External Company:
External Customer Name: Jason Henley
External Customer Email:
External Test Config: My Hardware and Environment details:
ColdFusion 11 Update 7
Windows 7 Professional & Windows Server 2008 R2 Standard
Attachments:
Comments: