558559560561562563564565566567568
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } return descriptors; }
728729730731732733734735736737738
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } /**
20942095209620972098209921002101210221032104
22162217221822192220222122222223222422252226
526527528529530531532533534535536
696697698699700701702703704705706
20012002200320042005200620072008200920102011
21232124212521262127212821292130213121322133
660661662663664665666667668669670
832833834835836837838839840841842