tgreenwood opened a new issue, #2488:
URL: https://github.com/apache/jena/issues/2488
### Version
4.6.0
### Question
Hi, I would greatly appreciate any help!
We have a configured query endpoint in FusekiServer which worked fine with
jena-fuseki-main of version 4.3.1. Recently we upgraded the dependency and
suddenly the query endpoint (HTTP POST) stopped working. I tried other versions
and found out that it still works with version 4.5.0, but does not work with
4.6.0 and older. I checked the release notes and see nothing what could affect
it. Any ideas what could break it?
The way it is configured is below:
```
var operationRegistry = OperationRegistry.createStd();
operationRegistry.register(
Operation.Query,
WebContent.contentTypeSPARQLQuery,
<custom SPARQL_QueryDataset>);
FusekiServer.create(operationRegistry)
.securityHandler(<custom handler>)
.add("/api/rdf", <custom DatasetGraphFilteredView>, false)
.port(<custom port>);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]