If you know that your id must be numeric as in your example, then why
not clean out any non numeric chars before you do anything.  That
should remove any extraneous crap added by slurp.

<cfset url.id = rereplace("[^0-9]",url.id,"","all")>

Or something like that.


On Mon, 21 Feb 2005 14:31:50 -0500, Dave Watts <[EMAIL PROTECTED]> wrote:
> > Does anyone else see CFerrors from Yahoo's spider / bot
> > Slurp? We monitor all CFerrors that are generated on our
> > servers. It seems that Yahoo! Slurp is responsible for over
> > 60% of the errors per week that are thrown by our production
> > webservers. It looks like Slurp is appending almost random
> > values to the query strings. id=5%E2%84%91=2 or  it may
> > append an old URL var that has not been used for years like
> > "view=archive". (This one throws a "CF_SQL_NUMERIC" error
> > now.)  Does anyone know of a way I can get Slurp to stop
> > hitting these pages with invalid URL vars? And still keep
> > Slurp indexing the site normaly?
> 
> robots.txt?
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> 
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195906
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to