You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "John Ross (JIRA)" <ji...@apache.org> on 2013/04/16 17:47:15 UTC

[jira] [Created] (ARIES-1049) DeployedContentHeader can get into an illegal state.

John Ross created ARIES-1049:
--------------------------------

             Summary: DeployedContentHeader can get into an illegal state.
                 Key: ARIES-1049
                 URL: https://issues.apache.org/jira/browse/ARIES-1049
             Project: Aries
          Issue Type: Bug
          Components: Subsystem
            Reporter: John Ross


When given a syntactically incorrect bundle symbolic name, the regex used by the DeployedContentHeader becomes confused and ends up skipping over the unrecognized portion until it reaches a part it does recognize as a valid symbolic name. This can lead to the skipping of mandatory attributes, such as deployed-version, which will subsequently lead to NPEs after the object has been created. It would be better to fail the object creation rather than allow it to assume an illegal state.

--
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