> can I have them as html pages (say a.html,b.html etc...) and then use
> the redirection property from the servlet.
>
> If it's the second case (i.e., redirection) then the user can always
> see the url of the page and then at a later login bypass the login
> mechanism.

Yes.

If you are using a Servlet-based authentication and authorization, then
normal HTML files will not be protected.  Instead of a redirect, write a
(very) simple servlet to check the authentication and stream the HTML
file out if the requestor is authorized.

-- Charles

___________________________________________________________________________
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