Michael Dürig created JCR-3847:
----------------------------------
Summary: NPE in GlobPattern.equals
Key: JCR-3847
URL: https://issues.apache.org/jira/browse/JCR-3847
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Reporter: Michael Dürig
{{GlobPattern.equals()}} throws an NPE in the following case:
{code}
GlobPattern.create("/path1").equals(GlobPattern.create("/path2"));
{code}
Original report: http://markmail.org/message/5eorcvf75gywh66t
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)