You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Savage (JIRA)" <ji...@apache.org> on 2009/09/17 16:00:57 UTC

[jira] Commented: (FELIX-1610) OBR repository update check is hard-coded at 7 days

    [ https://issues.apache.org/jira/browse/FELIX-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756551#action_12756551 ] 

David Savage commented on FELIX-1610:
-------------------------------------

Note the obr repository has been updated so that it now doesn't cache file urls - it just reuses the existing artifact. Should still remove the hardcoded timeout though.

We should be able to use the obr <repository lastmodified='20090914041009.068' tag to test if the repo is up to date - however might need to do some work with buffered streams, as current parser is implemented as SAX..., or of course could change parsing logic to STaX to allow for early break out if repo is up to date?

> OBR repository update check is hard-coded at 7 days
> ---------------------------------------------------
>
>                 Key: FELIX-1610
>                 URL: https://issues.apache.org/jira/browse/FELIX-1610
>             Project: Felix
>          Issue Type: Bug
>          Components: Sigil
>            Reporter: Derek Baum
>            Assignee: Derek Baum
>            Priority: Minor
>
> OBR repository provided hard codes update check as 7 days.
> It makes no account of file: URLs, so once it has copied a file: URL to its cache, it won't update it for 7 days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.