users@glassfish.java.net

Re: Question regarding SSL (HTTPS)

From: Wolfram Rittmeyer <w.rittmeyer_at_jsptutorial.org>
Date: Tue, 25 Mar 2008 21:54:21 +0100

Joerg Gippert wrote:
> Hi Wolfram,
>
> thank you for your quick response. You were right, the transport
> guarantee tag was missing I updated my web.xml accordingly and
> redeployed my webapp (Actually, I'm using an .ear file which contains my
> webapp). However, that didn't solve the problem. It still gives me an
> HTTP 403 if I want to access the page. Is there anything else I could
> try out?

Hi Joerg,

did you delete the lines with <auth-constraint>...</auth-constraint>? It
is essential that you also delete the <auth-constraint>-elements
themself, deleteing the subelements is not enough!


--
Wolfram Rittmeyer
> 
> Thanks,
> Joerg
> 
> PS: I Corrected the subject. Didn't sound right :)