Github user afs commented on the pull request:

    https://github.com/apache/jena/pull/82#issuecomment-121646813
  
    WIP: I'm incorporating this by integrating into the admin action framework 
(i.e.  `extends ActionCtl`)
    
    Currently:
    
    * The URL is `/$/backup-list`  Camel-case is less common for URL API naming 
(YMMV).
    * Returns the file names, not the full path names. The server does not 
reveal its absolute path setup.
    * Returns non-hidden files : Filters on `!file.isHidden() && file.isFile()`
    * Response is `Content-Type: application/json`
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to