Changes from slide 2.1 to current SVN version ============================================= Changes that could break older environments: ------------------------------------------- Fixed bugs: ----------- * JNDIPrincipalStore fails in parseLdapName. Bugzilla 35339. * Unclosed FileInputStream in WebdavResource.putMethod Bugzilla 40835. * Potentially unclosed InputStream and FileOutputStream in WebdavResource.getMethod(String path, File file) Bugzilla 41574. * wrong implementation of SlidePrincipal.equals method. Bugzilla 41900. * Depth handling oddities in WebdavResource.copyMethod(). Bugzilla 41834. Other changes: -------------- * Patch allowing Slide to work with httpclient version 3.0 Bugzilla 35213. * one change in org/apache/slide/store/ojb/property/ElementListPropertyHandler.java, store(PersistenceBroker broker, PropertyPeer propertyPeer, NodeProperty property) to be able to build in gump * Migrate to Lucene 2.1.0 Bugzilla 40915. * Fix javadoc of method org.apache.slide.webdav.method.AbstractMultistatusResponseMethod#generateMultiStatusResponse() javadoc was in contradiction with implementation. Inspired by Bugzilla 41489.