jackrabbit
jackrabbit copied to clipboard
Apache Jackrabbit
These are some improvements to `org.apache.jackrabbit.spi2dav.RepositoryServiceImpl` and `org.apache.jackrabbit.spi2jcr.RepositoryServiceImpl`. They're mostly code improvements; however, I think "[Fix potential null dereference](https://github.com/dtrebbien/jackrabbit/commit/5c20d7fa2ff657d097eb4590c063fe2fdb25eddf)" is important because getItemUri() might throw a `RepositoryException`, in which case...
These are some improvements to `org.apache.jackrabbit.core.state.ChildNodeEntries`. "[Use a fixed empty name map](https://github.com/dtrebbien/jackrabbit/commit/39f2fef3615ce893d87cf670402a1d7d32879be6)" is the most important commit of the four. The other three are code improvements.
This is a fix for Issue JCR-3305. It uses a LRU Cache with a fixed max. size of 10000 elements. There probably should be a configuration parameter to chance the...
unit test passed successfully spi2dav integration tests passed successfully
https://issues.apache.org/jira/browse/JCR-4608 commons-collections 3.2.2 suffers from https://advisory.checkmarx.net/advisory/vulnerability/Cx78f40514-81ff/ Although Jackrabbit itself does not seem to use SetUniqueList, it still exists on the classpath.
# Security Vulnerability Fix This pull request fixes either 1.) Temporary Directory Hijacking Vulnerability, or 2.) Temporary Directory Information Disclosure Vulnerability, which existed in this project. ## Preamble The system...
Addresses https://issues.apache.org/jira/browse/JCR-4935
This is an update of JCR-4892 on top of current trunk