1

Resolved

wfastcgi.py path_info environment variable not set as expected

description

PATH_INFO should not include query string when running on azure. This is a problem with the wfastcgi.py. A simple fix is to trim the query parameters from the PATH_INFO before delegating to the handler.

From discussion:

http://pytools.codeplex.com/discussions/436219

comments

huguesv wrote Mar 20 at 6:45 PM

Fix (see discussion item) is known to work with manual configuration of web site, but still needs to be tested with web.config method of configuring before it's checked in.