Hi, Jukka Zitting schrieb: > Hi, > > On Tue, Jan 6, 2009 at 12:24 PM, Felix Meschberger <[email protected]> wrote: >> Over in the Sling project more and more people come ask for Access >> Control Support. Since we moved to Jackrabbit 1.5 last week, this >> functioanlity is basically there (right ?) but some external API is missing. >> >> So I wonder, whether it would be possible to backport some of the >> Security API implementation stuff of JCR-1588 of Rev. 712984 back to the >> Jackrabbit 1.5 branch ? Actually part of the JCR-1588 implementation is >> already included in the 1.5 branch, so this would probably just be >> complimentary, right ? > > I'd rather only include bug fixes in 1.5.1. Introducing these changes > in the 1.5 branch would cause some valid client code to compile and > run against 1.5.1 but not against 1.5.0, which may well cause > unexpected issues down the line.
Ok, got it. One might of course argue, that not having the JackrabbitSession.getAccessManager() and docuemnting on the list to cast Session to SessionImpl to get the AccessManager is kind of a bug ;-) > > However, I wouldn't mind doing a 1.6.0 release already pretty soon > (during Q1). Would that work for Sling? Probably, yes, since we have a working work-around right now. Regards Felix
