You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by cuent <gi...@git.apache.org> on 2018/05/03 19:50:21 UTC

[GitHub] marmotta pull request #34: MARMOTTA-673: LDPath Inverse selection won't work...

GitHub user cuent opened a pull request:

    https://github.com/apache/marmotta/pull/34

    MARMOTTA-673: LDPath Inverse selection won't work when provided a path

    Fix inverse selector. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cuent/marmotta MARMOTTA-673

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/marmotta/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #34
    
----
commit fc246cc6f09adceafaffbdfa36d70d414233b586
Author: Dietmar Glachs <dg...@...>
Date:   2015-04-07T08:10:10Z

    #marmotta-606
    
    in sparqlwebservice, only the first "Accept" header of the 
    HttpServletRequest was checked.
    
    Added method in MarmottaHttpUtils#parseAcceptHeader(Enumeration)
    to return the ordered list of content types.
    
    Changed SparqlWebService to check the list

commit 6a10c48c1349a517e1f1d35669c99747af2ee4b6
Author: Sergio Fernández <wi...@...>
Date:   2015-04-07T08:37:12Z

    Revert "#marmotta-606"
    
    This reverts commit fc246cc6f09adceafaffbdfa36d70d414233b586.

commit 8ddcb7c5767b685905ba40d916720d413f4870a9
Author: cuent <c....@...>
Date:   2018-05-03T19:45:01Z

    Fix inverse selector when provided a path.
    
    Signed-of-by: Xavier Sumba

----


---