[hunchentoot-devel] Logfile question: double entries
Edi Weitz
edi at agharta.de
Fri Dec 5 08:41:39 UTC 2008
On Thu, 04 Dec 2008 16:29:24 +0100, Jens Teich <info at jensteich.de> wrote:
> When I browse to http://localhost:4242/cat?lang=de&aktion=START in my
> hunchentoot application, I find two entries in the logfile:
>
> [2008-12-04 16:23:55] 127.0.0.1 - "GET /cat?lang=de&aktion=START
> HTTP/1.1" 200 20493 "http://localhost:4242/cat?lang=de&aktion=LOGOUT"
> "Mozilla ...
>
> [2008-12-04 16:23:55] 127.0.0.1 - "GET /cat?lang=de&aktion=START
> HTTP/1.1" 200 20493 "http://localhost:4242/cat?lang=de&aktion=START"
> "Mozilla ...
>
> Should I worry about that?
I'd say this shouldn't happen. Can you use a packet sniffer to check
if the browser really makes two requests?
> Other question: how do I turn off the logfile in a standalone
> hunchentoot app?
http://weitz.de/hunchentoot/#*show-access-log-messages*
More information about the Tbnl-devel
mailing list