On Friday, May 17, 2002, at 10:54 PM, David Sean Taylor wrote:
> > >> -----Original Message----- >> From: Glenn R. Golden [mailto:[EMAIL PROTECTED]] >> Sent: Friday, May 17, 2002 7:39 PM >> To: Jetspeed Developers List >> Subject: Re: $jslink question >> >> >> Ok, I've tracked down this problem right through JetspeedLink >> and into >> JetspeedProfilerService. >> >> In MakeDynamicURI, called from the jslink to get the root URI, it has >> this basic logic: >> >> If group is in the profile, use it, else if role, use it. >> Then if page >> is defined, use it. >> >> I wonder if anyone has any objections to me changing this as follows: >> >> 1) also consider visiting the page of another user, and work that in >> (user, else if group, else if role) > > +1 > >> >> 2) if what is specified in the profile is the default for the user, >> don't include it in the link. I think this is just the page - if the >> page is the default page, don't add the page to the URI. If >> the profile >> is based on user, and the user is the default user, don't add user to >> the URI. > > +0 > > I've re-thought this second one and give it a -1. I think it's just fine that the id is fully specified. I have the fix in and have been using / testing it - it was easy and looks good. I'll commit by the start of the week. I will also officially volunteer to do the security for page access stuff (I wonder if it was me who volunteered before?) I need it working, and it's next on my list more or less, so I'll make it work. > > -- > To unsubscribe, e-mail: <mailto:jetspeed-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:jetspeed-dev- > [EMAIL PROTECTED]> > - Glenn --------------------------------------------------------------------- Glenn R. Golden Systems Research Programmer School of Information University of Michigan [EMAIL PROTECTED] 734-615-1419 --------------------------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
