erm, couldn't you do this at a higher level? I know when using Apache I can
specify that certain document roots can only be accessed using SSL (https)

sam
----- Original Message -----
From: "Ouyang, Jian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 20, 2001 3:06 PM
Subject: Re: initial html page from init() method


> Thanks Richard.
>
> My project requires all and every pages be secured. So I have to check the
> user before display any pages, even the index.html page.
>
> I do not get what you said. Can you be more specific? My problem is that
> response is not available in the init method.
>
> Jian
>
> -----Original Message-----
> From: Richard Yee [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 20, 2001 9:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: initial html page from init() method
>
>
> Jian,
> Can you tell us why you need to return a page directly from the init
> method?  You could just set a flag in one of your service methods that
> causes it to return the proper page after the init method is first called.
>
> Regards,
>
> Richard

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to