I'm trying to a Perl script that provides an authorization mechanism (call
Bluestem). I'm running Coldfusion 7 within IIS 6 (Windows 2003 server). The
CFM template is supposed to call the login script with the following line.
<CFLOCATION
url="https://#CGI.SERVER_NAME#/Scripts/bluestem/lb_relogin.pl#CGI.PATH_INFO#?#CG
I.QUERY_STRING#">
The script is supposed to run then after verification go to
CGI.PATH_INFO?CGI.QUERY_STRING.
The following is in the browser address box:
https://server.com/Scripts/bluestem/lb_login.pl/test/TestBluestem/default.cfm?&C
FID=47854&CFTOKEN=30225016
The following is the error message. Coldfusion thinks it's a path instead of
seeing the .pl in the middle and executing it.
File not found: /Scripts/bluestem/lb_login.pl/test/TestBluestem/default.cfm
If I remove the string after the .pl, the script runs but ...
Bookmarks