Ok, finally got it. Even when I did override the session validator, it would
still choke on the JetspeedTemplateLocatorService. It was trying to set the
locale based on the current user, which in essence makes sense but for my
login purposes it does not. I created my own
JetspeedTemplateLocatorService which does the same thing except if there is
no user present it just gets the default locale, which is used in that code
to set the user's locale anyway.

thanks

-----Original Message-----
From: David Sean Taylor [mailto:[EMAIL PROTECTED]
Sent: Monday, May 17, 2004 3:27 PM
To: Jetspeed Users List
Subject: Re: Anonymous User



On May 17, 2004, at 1:17 PM, Anthony Smith wrote:

> I tried that but I think the problem is in my session validator.
>
> This little bugger right here.
> data.getUser().setTemp("locale", locale);
>
> I had it where it never got set but then my pageloader blew up. I guess
> because every page looks for a locale?
>
>

Why not override the session validator, make your check first
If there isn't a logged on user, then redirect and don't ever call
super.doPerform


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to