Sending routing errors to the bitbucket

Hi,

Rails 1.2.6 on Linux, WEBrick.

Most of my users run IE 6, and some of them have MS Office plugins that send bogus requests, causing routing errors like this:

ActionController::RoutingError (no route found to match "/MSOffice/ cltreq.asp" with {:method=>:get}):

They're harmless, but I'd like to just send these to the bitbucket rather than have them fill up my log file. Suggestions?

And no, this isn't Nimda. I checked. :slight_smile:

Regards,

Dan

Hi Dan,

Rails 1.2.6 on windows, WEBrick(produciton mode)

Even I get these routing errors and quit not sure if this can slow my application coz offlate the applicaiton seems to hang and my log files shows nth much except few of these routing errors as below.

Only hope these are harmless. Any fresh thoughts arounds this ......

Processing Base#index (for 192.168.38.118 at 2008-11-01 07:54:18) [GET]   Session ID: c936c4ba25eb4a8845655fca39b8747d   Parameters: {"STRMVER"=>"4", "UL"=>"1", "BUILD"=>"6551", "CAPREQ"=>"0", "ACT"=>"4"} ActionController::RoutingError (Recognition failed for "/MSOffice/cltreq.asp"):

Processing Base#index (for 192.168.38.118 at 2008-11-01 07:54:17) [GET]   Session ID: c936c4ba25eb4a8845655fca39b8747d   Parameters: {"STRMVER"=>"4", "UL"=>"1", "BUILD"=>"6551", "CAPREQ"=>"0", "ACT"=>"4"}

ActionController::RoutingError (Recognition failed for "/_vti_bin/owssvr.dll"):

Thanks, vivek

googled Possible solutions:

Thanks, Vivke