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

ASF GitHub Bot commented on JENA-979:
-------------------------------------

Github user afs commented on the pull request:

    https://github.com/apache/jena/pull/82#issuecomment-116601250
  
    Indeed - etags are one example of a server driven mechanism. They need more 
machinery than this PR has though. HTTP headers are not always easy to deal 
with in client libraries, either access or setting the conditional GET headers. 
 (And not all developers are aware of or are interested in details (burden) of 
all HTTP features.)
    
    POST is the easy way for a client to force a live view.  I think we should 
leave it in because it is near zero cost.


> add a fuseki admin service to list all existing backups
> -------------------------------------------------------
>
>                 Key: JENA-979
>                 URL: https://issues.apache.org/jira/browse/JENA-979
>             Project: Apache Jena
>          Issue Type: New Feature
>          Components: Fuseki
>    Affects Versions: Fuseki 2.0.0, Fuseki 2.0.1, Fuseki 2.3.0
>            Reporter: Yang Yuanzhe
>            Priority: Minor
>
> Add a fuseki admin service to list all existing backups.
> Service URL: $/backupList
> Response example:
> { 
>   "backups" : [ 
>       "ds_2015-06-08_04-23-02.nq.gz" ,
>       "ds_2015-06-08_07-57-10.nq.gz" ,
>       "ds_2015-06-08_07-57-48.nq.gz" ,
>       "ds_2015-06-09_03-46-37.nq.gz" ,
>       "ds_2015-06-17_12-20-31.nq" ,
>       "ds_2015-06-17_12-20-31.nq.gz" ,
>       "ds_2015-06-23_10-53-47.nq.gz"
>     ]
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to