I get these also. It would be nice if they were logged as a WARN so it would be easy to ignore them in production.
On Wed, Feb 26, 2014 at 9:19 AM, Lance Java <lance.j...@googlemail.com>wrote: > Some serverside actions (eg autocomplete) expect a well formed request > which may require some request parameters to be present. As you can > imagine, a bot can run regular expressions and hit anything the looks like > a URL. I think it's fine to ignore crawlers from error logging. It's > difficult to do much else. > > You could override / decorate the RequestExceptionHandler and check the > "User-Agent" request header before logging > > https://tapestry.apache.org/overriding-exception-reporting.html > > http://user-agent-string.info/list-of-ua/bots >