Title:
Path in 404 on non existing *.cfm is reported as /jakarta/isapi_redirect.dll
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Thomas Gorgolione / Thomas Gorgolione (thomasvg1)
Created: 09/11/2013
Components: Web Container (Tomcat)
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / CF10_Update14
Priority/Frequency: Major / Unknown
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 10
Problem Description: A 404 error on a non existent ColdFusion page will have it's path reported as /jakarta/isapi_redirect.dll. Custom 404 pages cannot ascertain the actual page the user asked for. 404s on items that aren't *.cfm do not have this issue (although I haven't tried this on *.cfc's)
Steps to Reproduce: Set up a custom 404 cfm page that dumps the CGI variables. Type in a random non existent cfm, like asdf.cfm, and see what returns for the CGI path variables
Actual Result: Returns as /jakarta/isapi_redirect.dll
Expected Result: Should return as the path and filename of the non-existent page
Any Workarounds: Have a URL redirector receive requests before they hit ColdFusion, and configure the URL redirector forward any missing page/directory requests to a specified custom 404 page. Basically have the redirector handle 404 routing.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3630245
Keywords:
FixTested
External Customer Info:
External Company:
External Customer Name: thomasvg1
External Customer Email:
External Test Config: My Hardware and Environment details:
Test Environment
ColdFusion 10 with Update 11
Windows 7 x64 with IIS 7.5
SQL Server 2005
8GB RAM
Java 7 Update 25
Live Environment
ColdFusion 10 with Update 11
Windows Server 2008 R2 x64
SQL Server 2005
16GB RAM
Java 7 Update 25
Attachments:
Comments: