On Mon, 27 Aug 2001, Raimee Stevens wrote:
> Date: Mon, 27 Aug 2001 12:20:06 -0700 (PDT)
> From: Raimee Stevens <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: JDBCRealm - Catalina 4.0b7 + Apache(mod_webapp), NT4, Sun JDK 1.3.1
>
> Can anyone confirm that JDBCRealm is indeed working
> using the Apache mod_webapp Connector only (ie. no
> http standalone defined)?
>
> The credentials strings are null within JDBCRealm and
> from the RequestDumperValve.
>
Note that you've installed RequestDumperValve inside the <Engine> element,
which means it sees the request *before* the authentication logic
(specific to each web app) has had the opportunity to get involved.
Try checking what the authentication methods return from within an actual
servlet or JSP page (or a Filter implementation of RequestDumperValve).
Craig