hi

it has been mentioned in an earlier thread, that the webdav
library (contrib/jcr-server/webdav) is designed for generic
usage. nevertheless there are currently the following
dependencies to jsr170:

1) DavSession.getRepositorySession() [javax.jcr.Session]
   -> dependency in return value
2) DavResourceLocator.getJcrPath()   [String]
   -> naming issue
3) DavLocatorFactory: javadoc refering to 2)
   -> javadoc issue

actually, i'd prefer to get rid of those dependencies.
while 2) and 3) whould only be a matter or renaming,
1) could be solved by returning a generic object or
removing the method altogether.

what is the feeling about such a change?

regards
angela




Reply via email to