Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Bernhard Döbler / Bernhard Döbler ()
Created: 02/15/2017
Components: Installation/Config, Connector
Versions: 2016
Failure Type: Performance Issue
Found In Build/Fixed In Build: Finding exists in CF 11 and CF 2016 / NA
Priority/Frequency: Normal / All users will encounter
Locale/System: German / Windows 10 64 bit
Vote Count: 0
Problem Description:
I setup IIS to serve Coldfusion pages. I use IIS Rewrite module to serve files from subdirectories while maintaining "pretty" URLs in the browser. Every page I call is executed but for every cfm-file served on error is logged stating the file was not found. I seems like Coldfusion handles two requsts for every CFM file requested.
Steps to Reproduce:
Nest some directories and put Application.cfc and index.cfm in the deepest folder. Setup IIS rewrite to serv everything from that folder.
I attach a sample with nested folders and web.config
I call the host in the browser like /backend/index.cfm and the file from /web/dynamic/backend/ is being served.
Actual Result:
Logged error:
Feb 15, 2017 18:35:52 PM Error [ajp-nio-8116-exec-8] - File not found: /backend/index.cfm The specific sequence of files included or processed is: D:\projects\CF_exp_2016\backend\index.cfm''
File does not exist, true! File resides in D:\projects\CF_exp_2016\web\dynamic\backend\index.cfm''
It is being served from that location, error is logged, though.
Attachments:
- February 15, 2017 00:00:00: CF_exp_2016.zip
- July 26, 2017 00:00:00: isapi_redirect.log
Comments: