Hi Rory, Rory Douglas schrieb: > 3) Changed/added the following: > pdfbox;version=0.7.3, > fontbox;version=0.1.0, > jempbox;version=0.2.0, > poi;version=3.0.2-FINAL, > poi-scratchpad;version=3.0.2-FINAL, > > 4) Removed the direct nekohtml dependency (the newest 1.9.7 version gets > pulled in via jackrabbit-text-extractors dependency). >
Fixed in Rev. 731062 for SLING-801. > > Lastly, to follow the final step in [1] (actually updating an ACL on a > node), you need to get the AccessControlManager, which is currently only > available on the SessionImpl class (<sigh>), so I retained my > jackrabbit-server POM tweak to make those o.a.j.core classes visible > outside the bundle: > > <Export-Package> > org.apache.jackrabbit.core.*, > org.apache.jackrabbit.spi.* > </Export-Package> > > > That last tweak is ugly, and could perhaps be avoided by exporting a > utility class from the jackrabbit-server bundle that can return the > AccessControlManager without exposing the o.a.j.core classes (say, > AccessControlUtil.getAccessControlManager(Session session))? I implemented such a utility method in Rev. 731080 for SLING-803. Hope this helps. Regards Felix > > Regards, > Rory > > [1] http://www.nabble.com/Jackrabbit-1.5-Security-td21080602.html > > > Felix Meschberger wrote: >> Hi all again, >> >> Well, I think, I have finished upgrading to Jackrabbit 1.5. There may be >> glitches, which should be fixed in the next few days... >> >> Please report any issues, you might find. Thanks. >> >> Regards >> Felix >> >> Felix Meschberger schrieb: >> >>> Hi all, >>> >>> I am currently committing the changes to use Jackrabbit 1.5 in Sling. >>> This may result in temporary failure building Sling. >>> >>> As soon as I am done, I will inform you. >>> >>> Regards >>> Felix >>> >>> >
