Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Dave Cordes / Dave Cordes (Dave Cordes)
Created: 10/22/2014
Components: Core Runtime
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2008 Server R2
Vote Count: 0
Problem Description:
In ColdFusion 10 and previous you could add an IIS virtual directory and then add a ColdFusion mapping and use that mapping to include a file. After installing ColdFusion 11 that's not possible anymore.
For example, I have a virtual directory called "cart" located here:
E:\WEBROOT\_shared\cart\
I then add a ColdFusion mapping of "puzzlewarehouse" to this directory:
E:\WEBROOT\puzzlewarehouse.com
I could then setup a ColdFusion include located on the following template:
E:\WEBROOT\_shared\cart\index.cfm
That looks like this:
<cfinclude template="/puzzlewarehouse/application.cfc">
This no longer works in ColdFusion 11. It did in ColdFusion 10. What happened?
Steps to Reproduce:
Follow the steps above.
Actual Result:
Actual result was the following error:
Could not find the included template /puzzlewarehouse/application.cfc.
Expected Result:
Expected result was no error.
Any Workarounds:
Using relative links does solve the problem but I'd like to know why this fails to work anymore.
<cfinclude template="../../puzzlewarehouse.com/application.cfc">
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3842370
External Customer Info:
External Company:
External Customer Name: davecordes
External Customer Email:
External Test Config: My Hardware and Environment details:
Server Product ColdFusion
Version 11,0,02,291725
Tomcat Version 7.0.52.0
Edition Standard
Operating System Windows Server 2008 R2
OS Version 6.1
Update Level D:/ColdFusion11/cfusion/lib/updates/chf11000002.jar
Adobe Driver Version 5.1.1 (Build 0001)
Attachments:
Comments: