21412142214321442145214621472148214921502151
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } /**
730731732733734735736737738739740
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } return descriptors; }
902903904905906907908909910911912
24222423242424252426242724282429243024312432
25462547254825492550255125522553255425552556
137138139140141142143144145146147
throw new RepositoryException(e.getMessage()); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (rm != null) { rm.releaseConnection(); } } } } else { // start build uri from root-item
135136137138139140141142143144145
23942395239623972398239924002401240224032404
25182519252025212522252325242525252625272528
708709710711712713714715716717718