|
From: janb <ja...@we...> - 2007-09-09 00:21:31
|
Doh!
It should be:
securityHandler.setHandler(servletHandler);
server.setHandlers(new Handler[] {securityHandler});
regards
Jan
Sparkletron wrote:
>
> The doGet() method is still being called prior to a successful auth. It
> seems to run doGet() at the same time it pops up the auth.
>
> -S
>
--
View this message in context: http://www.nabble.com/Embedded-servlet-w--basic-auth-tf3177608.html#a12574873
Sent from the Jetty Support mailing list archive at Nabble.com.
|