Hi, I want to have a default profile for logged in users, the same as what has been mentioned previously, such that if a user is logged in, but has no profile (psml), then the "logged in" default is used - rather than the anon version.
I presume such a facility does not currently exist. My initial thoughts on how to add such a thing would be by selecting for profiles where user is null, but the anonymous flag is false. So, in the JetspeedProfilerService.fallbackList, when the user check fails, the user is set to null, if that fails, set the anon flag to true. Then in the db lookup facility, try and find a user profile with a null user_name. In the castor/file lookup facility, it would try anon, group, role first and if none of those assume its user - and as the code does now - only append the username if not-null... Does this make sense? Regards, Chris ===== Need somewhere to Live in London? - Then go to http://freeflats.com __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
