Release Notes - Hippo Repository 1.2.14
Changes
New Features
- [HREP-229] - Enable sorting on score
- [HREP-237] - Add hippo version of PropertyExtractorTrigger which deletes a webdav property when the extractor returns empty string
Improvements
- [HREP-219] - Add the correct mime-type for xsd files to the repository mime-type configuration
- [HREP-221] - repository does not build with maven 1.1
- [HREP-230] - Upgrade to slide kernel h21, fix PostgreSQL issues
- [HREP-240] - Add template for J2EE Application Containers
- [HREP-241] - Allow setting a timeout on the global write lock
- [HREP-242] - Improve tomcat war template and use external JMS (ActiveMQ) instead of embedded OpenJMS
- [HREP-243] - Extractors shouldn't try to download DTD's and resolve external entities
Bug fixes
- [HREP-227] - Slow upload to repository when using JMS based clustering
- [HREP-220] - If first scope in DASL is invalid, no results are returned for multiple scopes DASL searches
- [HREP-221] - repository does not build with maven 1.1
- [HREP-222] - Fix file traversal in filestore
- [HREP-224] - setClientID not allowed at all for jms connections in certain environments
- [HREP-225] - when auto-revision is set to true, then a document dissappears from the index after an update
- [HREP-226] - lucene index reader should be closed
- [HREP-228] - When using JMS clustering application does not always shut down fast.
- [HREP-233] - Other servlet containers than Jetty do not have the service manager available in webdav methods
- [HREP-235] - Replication for multiple location fails
- [HREP-238] - set uri of example extractors to existing path in sample repository
- [HREP-239] - Replicator shouldn't try to do a proppatch after a put or mkcol fails
- [HREP-245] - HippoSimpleXMLExtractor ignores filters; classes that use filters should extend the SimpleXMLExtractor