Just upgraded to CFMX and found this out!
Help! This is really really BAD!
Under CF5 we ran a parse of the URL

<cfloop list="#removeChars(cgi.path_info,1,len(cgi.script_name))#"
delimiters="/" index="variableSet">
        <cfscript>
                variableName = "url." & listGetAt(variableSet,1,'.');
                expression = listGetAt(variableSet,2,'.');
        </cfscript>
        <cfparam name="#variableName#" default="#expression#">
</cfloop>

To all us to have
http://www.spankmag.com/forums/disp_post.cfm/cc.33229/clt.30/page.html
This is better for search engines - no ? in the url, makes in get searched.

Anyways - we have several VERY LARGE SYSTEMS that are built this way!
Now, CFMX bites the dust each and every time - not reading the files
correctly!
Running IIS.
This is really important.
I don't want to rip MX out to make it better!

Stephen R. Cassady
[EMAIL PROTECTED]

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to