jackrabbit icon indicating copy to clipboard operation
jackrabbit copied to clipboard

Apache Jackrabbit

Results 57 jackrabbit issues
Sort by recently updated
recently updated
newest added

1. Fix Jcr2Dav test setup. Execute all access control management related tests upon -PintegrationTesting 2. Fix the creation of http multiparts for a JsonTree etc.

Removed two redundant initialiser. Removed deleteBucket method which is not being used.

Hi there, I've fixed a bug that looks like it was introduced between version 2.2 and 2.4 with the combining of access permissions. In AbstractCompiledPermissions.combine(), the code was creating allow...

Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for the...

We utilize the UserManager API within Grabbit for syncing authorizable nodes between servers. Unfortunately, when it comes to syncing users, and specifically setting passwords from existing users; we have no...

Enable pathStyleAccess in the S3 DataStore. Some on premise S3 compatible storage solutions require path style access to S3 object i.e. http://s3EndPoint/s3Bucket/objectKey instead of default http://s3Bucket.s3EndPoint/objectKey New property pathAccessStyle=true is...

As discussed in https://issues.apache.org/jira/browse/JCR-4085, JSON only has a single numeric type, so type inference cannot be used to differentiate between whole numbers in a LONG and DOUBLE field. To compensate...