users@glassfish.java.net

RE: RE: Issues in jsp login form.

From: Manfred Riem <mriem_at_manorrock.org>
Date: Wed, 13 Aug 2008 08:04:19 -0600

First of all you can't use a Java Server Faces page as your login
page; second of all you are doing the redirect to the login page,
which will not work.

Where are your settings for the pages you are trying to protect
in your web.xml?

-----Original Message-----
From: glassfish_at_javadesktop.org [mailto:glassfish_at_javadesktop.org]
Sent: Wednesday, August 13, 2008 8:17 AM
To: users_at_glassfish.dev.java.net
Subject: Re: RE: Issues in jsp login form.

Sorry the code is

<%
        response.sendRedirect("protected/login.jsf");
%>
[Message sent by forum member 'kieth_jane' (kieth_jane)]

http://forums.java.net/jive/thread.jspa?messageID=293042

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
For additional commands, e-mail: users-help_at_glassfish.dev.java.net