tracker issue : CF-4198340

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

Error Message logged after IISRewrite

| View in Tracker

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:

  1. February 15, 2017 00:00:00: CF_exp_2016.zip
  2. July 26, 2017 00:00:00: isapi_redirect.log

Comments:

We setup the said configuration, and see only one request being sent in the isapi_redirect.log. A reference to the original url exists in the "X-Original-URL" header, though. Attached our log file. Do let us know if we are missing something.
Comment by Immanuel N.
1177 | July 26, 2017 05:29:26 AM GMT
Withdrawing the bug as cannot reproduce. Please post back here if you continue to experience the issue, and we will reopen the bug.
Comment by Immanuel N.
1178 | September 11, 2017 04:35:29 AM GMT