Thanks Paul and Bertrand, So, if I have two development teams working on two different presentation apps that I want to keep completely separate I would need to partition all the selectors space to that for instance
/content/shared.team1.html uses /apps/myapp/team1/html.jsp /content/shared.team1.header.html uses /apps/myapp/team1/header/html.jsp and similarly for team2 etc How about the config folder, for logging, rewriters etc, wouldn't that have to be necessarily shared between the two teams? Thanks again, Alessandro On Thu, Oct 31, 2013 at 11:15 AM, Bertrand Delacretaz < bdelacre...@apache.org> wrote: > On Thu, Oct 31, 2013 at 4:07 PM, Paul McMahon <oro...@yahoo.com> wrote: > > ...You'd probably want to perhaps using a selector instead of a header > value (or using a > > rewrite rule to turn the header value into a selector) and then use > selector specific scripts > > to meet your requirements... > > I was going to suggest just that, and instead of an external rewrite > rule you could also use a Sling Filter. > > -Bertrand >