tracker issue : CF-3287298

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

CGI.PATH_INFO value appears to always be empty in CF10

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): / ext-user (Ankur Srivastava)

Created: 07/13/2012

Components: Installation/Config, Connector

Versions: 10.0

Failure Type: Unspecified

Found In Build/Fixed In Build: CF10 /

Priority/Frequency: Normal / All users will encounter

Locale/System: ALL / Mac 10 All,Win XP All

Vote Count: 0

Duplicate ID:	CF-3209090

Problem:CGI.PATH_INFO value appears to always be empty in CF10

Steps to repro:
Install CF10 with IIS7.5
run the page below code
See the CGI.PATH_INFO is empty. this use to work under CF9 

<cfoutput>
	<h1>Test CGI Outputs</h1>
		<div id="videogallery">
			Software: #CGI.SERVER_SOFTWARE#<br />
			ColdFusion Version: #server.ColdFusion.ProductVersion#<br />
			Path Info: #CGI.PATH_INFO#<br />
			Script Name: #CGI.SCRIPT_NAME#<br />
			Path Translated: #CGI.PATH_TRANSLATED#<br />
		</div>
</cfoutput>

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3287298

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

It should work though. Suppose you have an test.cfm file with your code shown and it's placed at the web root. Try access the file by typing http://localhost/test.cfm/adobe/coldfusion10/ You should be able to see /adobe/coldfusion10/ as the path info returned by CGI.PATH_INFO.
Comment by External U.
18716 | July 20, 2012 06:49:51 AM GMT
Closing this issue as this is a duplicate of bug CF-3209090 (Comment added from ex-user id:evelinv)
Comment by Adobe D.
18717 | July 30, 2012 06:15:20 AM GMT