Paul Spencer <paulsp@apache.org> writes:
The patch adds the public method getRelativeTemplateName(), which is in
TurbineJspService, to the JspService interface. This method is used in
the Jetspeed project.
PR:
Obtained from:
Submitted by:
Reviewed by:
We should correct this once and hopefully for all.
Template names are not pathes. They don't start with a "/". If you do,
you get spurious %2F scattered throughout your URLs and sometimes
wonder why a certain URL sometimes works and sometimes does not. This
is almost every time an %2F problem.
And if you put your templates into a jar, you'll regret that you ever
wrote "/mypage.vm" anywhere in your code. At least I did.
So let's get this right for the 2.2 release.
PR:
Obtained from:
Submitted by:
Reviewed by:
GroupSet.add(GroupSet g) didn't add the members of the group set
but the groupset itself.
Code in PermissionSet, RoleSet and GroupSet brought in line
PR:
Obtained from:
Submitted by:
Reviewed by: