You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2013/08/02 22:39:48 UTC

[jira] [Created] (UIMA-3142) CASImpl.reinit doesn't properly check magic number

Richard Eckart de Castilho created UIMA-3142:
------------------------------------------------

             Summary: CASImpl.reinit doesn't properly check magic number
                 Key: UIMA-3142
                 URL: https://issues.apache.org/jira/browse/UIMA-3142
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
            Reporter: Richard Eckart de Castilho
            Priority: Minor


Binary CASes have a magic number at the beginning of the file/stream: "UIMA". Currently, this information is only used to check the byte order (first byte is checked for being U).

CASImpl should also check if the other bytes of the magic number are correct and if not, it should throw an exception.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira