users@glassfish.java.net

http authentification and access log

From: <glassfish_at_javadesktop.org>
Date: Wed, 03 Jun 2009 08:26:27 PDT

Hi,

i am using a HTTP Authentification through a JDBCRealm.

it works !

But, in access log, i do not see the user:

"10.X.X.X "NULL-AUTH-USER" "03/Jun/2009:16:14:16 +0100" "POST /EligTechService/EligTech HTTP/1.0" 200 8869

=> NULL-AUTH-USER ?!?! but i
My configuration:

HTTP-Service => Access Log => format
I tried with:
%client.name% %auth-user-name% %datetime% %request% %status% %response.length%
and then with
format

same problem, the username is not logged

Did i missed something ?

thank you,

PS:
i can see the HTTP POST request and the header is here:
Authorization: Basic XXXXXX=
[Message sent by forum member 'dakol' (dakol)]

http://forums.java.net/jive/thread.jspa?messageID=348929