Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken subscriptions for queries with ASK statement #94

Open
GregorioMonari opened this issue Mar 26, 2024 · 0 comments
Open

Broken subscriptions for queries with ASK statement #94

GregorioMonari opened this issue Mar 26, 2024 · 0 comments
Assignees
Labels

Comments

@GregorioMonari
Copy link
Contributor

Describe the bug
Subscribing to any SEPA engine with a query containing an ASK statment causes unexpected behaviours in the engine

To Reproduce
Steps to reproduce the behaviour:

  1. Use any sepa client api, like SEPA-JS
  2. Subscribe with this sparql:
    ASK { GRAPH auth:Acl { ?uuid acl:accessTo ?foi; acl:mode acl:Read, acl:Write; acl:agent ?webId } }
  3. Perform an update for the previously created subscription

Expected behavior
As a sparql compliant endpoint, the SEPA engine should support the ASK statement for updates, queries and subscriptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants