You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2016/05/24 07:24:12 UTC

[jira] [Created] (OAK-4396) HttpStore.containsSegment throws SNFE instead of returning false for non existing segments

Michael Dürig created OAK-4396:
----------------------------------

             Summary: HttpStore.containsSegment throws SNFE instead of returning false for non existing segments
                 Key: OAK-4396
                 URL: https://issues.apache.org/jira/browse/OAK-4396
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: segment-tar
            Reporter: Michael Dürig
            Assignee: Francesco Mari
            Priority: Minor


That method tries to check existence of a segment by checking the return value of {{readSegment}} for {{null}}. However, this method never returns {{null}} but throws a {{SNFE}} for non existing segments. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)