On 2/17/10, Mark Thomas <[email protected]> wrote: > <snip/> > >> :-) "Doesn't work", meaning I don't get prompted for my certificate. >> I see my servlet's output without any sort of authentication. > > What URL are you requesting? Only index.jsp will prompt for a cert. Your > servlet will just require SSL to be used.
Ooooohhh... my mistake! Yes, index.jsp does prompt me for a certificate! So how would I make the servlet also require one? I was under the (mistaken?) impression that the "/*" url-pattern would cover the servlet. Thanks very much! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
