Re: 5.4 Autocomplete exception

2013-09-30 Thread Lance Java
You can often use the user agent header to detect a bot.

Re: 5.4 Autocomplete exception

2013-09-30 Thread Barry Books
I suspect it is a web crawler. I'll dig thru the logs and see if I can find the URL. If it is a web crawler perhaps a warning without the stacktrace would be sufficent. On Sun, Sep 29, 2013 at 4:05 PM, Lance Java wrote: > Possibly a web crawler sending an invalid request? >

Re: 5.4 Autocomplete exception

2013-09-29 Thread Lance Java
Possibly a web crawler sending an invalid request?

Re: 5.4 Autocomplete exception

2013-09-29 Thread Barry Books
This is a production site so it's not me causing the error. I just see it in the logs. On Sat, Sep 28, 2013 at 11:09 PM, George Christman wrote: > Were you seeing any js errors in your console? > > > On Sat, Sep 28, 2013 at 9:54 AM, Barry Books wrote: > > > Since I put my 5.4 site up yesterday

Re: 5.4 Autocomplete exception

2013-09-28 Thread George Christman
Were you seeing any js errors in your console? On Sat, Sep 28, 2013 at 9:54 AM, Barry Books wrote: > Since I put my 5.4 site up yesterday I'm seeing this in the logs. I did not > see this testing and I can't seem to reproduce it either. Any ideas? The > code is pretty simple: The textfield is l

5.4 Autocomplete exception

2013-09-28 Thread Barry Books
Since I put my 5.4 site up yesterday I'm seeing this in the logs. I did not see this testing and I can't seem to reproduce it either. Any ideas? The code is pretty simple: The textfield is line 47   @OnEvent(value = "provideCompletions") *public* List autoComplete(String s