On 29.7.13 11:20, Jukka Zitting wrote:
It would be useful to be able to pass in extra parameters in a Repository.login() call, in order to for example control the auto-refresh or read-only status of the created session. Unfortunately the standard JCR API doesn't provide any straightforward way to do this, so I've come up with a few potential solutions:
For completeness sake: we could also change session attributes retrospectively by adding a setAttribute() method to JackrabbitSession.
However I don't think this is a good idea. Michael
