How do you guys handle misspellings in SES urls? Or do you even worry about
it?

At the moment, I'm handling this using a CF 404 error handler that queries a
mappings table using the SQL Server DIFFERENCE function and if multiple
records are returned, I run the records through a levenshtein distance
algorithm to find the closest SES url to that which was entered into the
browser. It is looking to be very effective but I can't help wondering if
there is a better way to handle it...

If anyone has any better ideas, I'd love to hear them :)

Paul



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275978
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to