I'm finding that CF9 doesn't redirect accurately on pages with hyphen in name
I've just loaded CF9 on a development server and run some sites thatt worked perfectly on CF8.
Here's the problem:
<cflocation url="/users/listings/EditListing-2.cfm" addtoken="no" statuscode="301">
<cfabort>
or
<cfheader statuscode="301" statustext="Moved Permanently">
<cfheader name="Location" value="/users/listings/EditListing-2.cfm">
<cfabort>
I've been using this page naming format for years in applications where you have step 1, step 2 and so on.
Running either of the above on a page under CF9 redirects to the site root or Index.cfm.
If I change the page name to EditListing2.cfm it works as intended.
Has anyone else had this probelem and do you have an easy fix, apart from renaming many many pages on over 45 websites?
Looking for any ideas.
Old Tony