You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Marcel Offermans (JIRA)" <ji...@apache.org> on 2013/10/11 15:42:41 UTC

[jira] [Commented] (ACE-418) Exceptions in log when target polls with no available versions.

    [ https://issues.apache.org/jira/browse/ACE-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792621#comment-13792621 ] 

Marcel Offermans commented on ACE-418:
--------------------------------------

Returning streams of zero bytes is not a smart thing to do here. Instead we now return "null" in such cases. This means we had to slightly change the (wording of the API), formally a breaking change.

> Exceptions in log when target polls with no available versions.
> ---------------------------------------------------------------
>
>                 Key: ACE-418
>                 URL: https://issues.apache.org/jira/browse/ACE-418
>             Project: ACE
>          Issue Type: Bug
>          Components: Repository
>            Reporter: Marcel Offermans
>            Assignee: Marcel Offermans
>
> This is a regression that resulted from ACE-332, or more a side effect, since we were returning "empty" streams when a repository could not be found. These empty streams are now being processed as if they were GZipped streams, which causes errors because they are not.



--
This message was sent by Atlassian JIRA
(v6.1#6144)