[ https://issues.apache.org/jira/browse/SLING-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899218#action_12899218 ]
Justin Edelson commented on SLING-1661: --------------------------------------- here's a patch. > compute the digest when a dictionary is read from the input stream > ------------------------------------------------------------------ > > Key: SLING-1661 > URL: https://issues.apache.org/jira/browse/SLING-1661 > Project: Sling > Issue Type: Improvement > Components: Installer > Reporter: Justin Edelson > Attachments: SLING-1661.patch > > > currently, if this call is made: > new InstallableResource(id, is, null, null, InstallableResource.TYPE_CONFIG, > null) > an error will be thrown because the digest is null. But this isn't necessary > because we can generate the digest from the parsed dictionary -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.