On Wed, 2 Jul 2003, David Sean Taylor wrote:
> I know of several sites running Jetspeed on Redhat + Java 1.4 np
>
> >> $!user.FirstName is not a valid reference.
I notice now that it has that exact string ("$!user.FirstName") in the
database firstname field for a user. I don't know how that happened. I
deleted the record, but the user browser still behaves the same way.
But maybe strings containing '$' or '!' create a problem? I noticed too
that a user used those character and a '@' in their password. Is
something trying to parse these possibly?
> that looks suspicious
> sounds like something else is going wrong
> what does the jetspeed.log say?
>
> To walk thru the list of users,
>
> JetspeedUser user;
> Iterator users = JetspeedUserManagement.getUsers();
> while (users.hasNext())
> {
> user = (JetspeedUser)users.next();
>
>
> --
> David Sean Taylor
> Bluesunrise Software
> [EMAIL PROTECTED]
> +01 707 773-4646
>
>
>
>
> ---------------------------------------------------------------------
> 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]