Which version of Turbine are you using?  With TDK1.1a9 and
TDK1.1b1, I get the same results.  Is there something else
I'm missing in TR.props?

I even created another sessionvalidator and copied the code
from TemplateSecureSessionValidator and put in debugging
prints.  Interestingly enough,

data.getTemplateInfo().setScreenTemplate(
TurbineResources.getString("template.login") );
System.out.println(data.getTemplateInfo().getScreenTemplate());

The second line prints the page I was maliciously trying to
get to, rather than the data from template.login.

However, the setMessage() call is working - the page I
maliciously tried to go to shows me the login.message.  -
The template is just not getting set properly.

Will Stranathan

On Fri, 1 Dec 2000 22:40:24 -0600
 Dave Bryson <[EMAIL PROTECTED]> wrote:
> On Fri, 01 Dec 2000, you wrote:
> > Yup.  And if I just go to appname/servlet/appname, it
> goes
> > to the login screen if I'm not logged in.  But if I'm
> not
> > logged in, I can still explicitly set the template.
> 
> Will,
> 
> I just created a simple app and it's working fine.
> I set template.login to my login template and I set the
> TemplateSecureSessionValidator.
> 
> Without being logged in I'm redirected to the login even
> if I explicity
> point to another template.
> 
> -- 
> Dave Bryson
> [EMAIL PROTECTED]
> ----------------------
> 
> 
> 
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
> 



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to