You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by rvesse <gi...@git.apache.org> on 2015/06/29 11:14:00 UTC

[GitHub] jena pull request: JENA-979: add a fuseki admin service to list al...

Github user rvesse commented on the pull request:

    https://github.com/apache/jena/pull/82#issuecomment-116555847
  
    +1 to the idea
    
    The implementation seems to violate REST principles though
    
    `POST` should be used for changing data so should not be supported for a service that only provides information
    
    `HEAD` should be used only to determine what the resource supports so should not return a body and should only return information about supported methods and content-types


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---