On Jun 6, 2007, at 5:32 PM, Chris Hostetter wrote:
: It's the favicon.ico effect.
: Nothing in logs when the class is resquested from curl, but with a
: browser (here Opera), begin a response with , and it
requests for
: favicon.ico.
HA HA HA HA that's freaking hilarious.
One way
: It's the favicon.ico effect.
: Nothing in logs when the class is resquested from curl, but with a
: browser (here Opera), begin a response with , and it requests for
: favicon.ico.
HA HA HA HA that's freaking hilarious.
One way to avoid that might be to register a NOOP request handler
Frédéric Glorieux a écrit :
> I'm baffled.
[Yonic]
> I don't know why that would be... what is the client sending the
request?
> If it gets an error, does it retry or something?
Good !
Nothing in logs when the class is resquested from curl,
Sorry, same idea, but it's a CSS link.
--
> I'm baffled.
[Yonic]
> I don't know why that would be... what is the client sending the request?
> If it gets an error, does it retry or something?
Good !
It's the favicon.ico effect.
Nothing in logs when the class is resquested from curl, but with a
browser (here Opera), begin a response wi
I'm baffled.
Would it be possible for you to send a scaled down (but compilable)
version of your response writer that demonstrates the problem, along with
a snippet that can be added to the example solrconfig.xml to register it
and and example request URL that triggers the problem?
that way we c
Thanks for answer,
I'm feeling less guilty.
> I don't see a non-null default for HEAD/FOOT... perhaps
> do if (HEAD!=null) writer.write(HEAD);
> There may be an issue with how you register in solrconfig.xml
I get every thing I want from solrconfig.xml, I was suspecting some
classloader myst
On 6/6/07, Frédéric Glorieux <[EMAIL PROTECTED]> wrote:
I can't figure why, but when writer.write(HEAD) is executed, I see code
from StandardRequestHandler executed 2 times in the debugger, first is
OK, second hasn't the q parameter.
I don't know why that would be... what is the client sending
Hi all,
At first, lucene user for years, I should really thanks you for Solr.
For a start, I wrote a little results writer for an app. It works like
what I understand of Solr, except a strange exception I'm not able to
puzzle.
Version : fresh subversion.
1. Class
2. stacktrace
3. maybe ?