Hi all, I just fixed a nasty bug in the Jackrabbit ClassLoader [1], which exhibits problems when trying to use the classloader on files created with Jackrabbit WebDAV. The problem is that the Jackrabbit ClassLoader assumes the files to be nt:file nodes whose jcr:content child node is of type nt:resource. The Jackrabbit Simple WebDAV implementation on the other hand creates the jcr:content child nodes as nt:unstructured nodes by default.
This causes the Jackrabbit ClassLoader to fail access. Because this issue affects the functionality of the JSP compiler of the Apache Sling project, I propose to cut a release (1.4.1) of the Jackrabbit ClassLoader module in the next days, so that the Sling JSP Compiler can work smoothly together with files created through Jackrabbit Simple WebDAV. WDYT ? Regards Felix [1] https://issues.apache.org/jira/browse/JCR-1749
