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. :) Regards, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
googled Possible solutions: http://www.webmasterworld.com/forum39/2158.htm http://www.webmasterworld.com/forum39/1368.htm Thanks, Vivke -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---