Closed wezm closed 10 years ago
Seems to be Chinese search (Sou is search in Chinese, Ea stands for Easy I suspect) engine spider.
Anyway, according to the discussion here https://github.com/rack/rack/issues/337, it can be solved by adding a gem https://github.com/blambeau/rack-robustness
I did something like this: https://gist.github.com/bf4/d26259acfa29f3b9882b#file-exception_app-rb
@bf4 after some research we decided to just block the spider at the Apache level instead of swallowing the exception. It's apparently known to behave badly and would not refer a meaningful amount of users anyway.