kinow commented on code in PR #106: URL: https://github.com/apache/jena-site/pull/106#discussion_r906398457
########## source/documentation/sparql-apis/__index.md: ########## @@ -262,15 +262,13 @@ authentication, has changed. See below for more on HTTP authentication with `SERVICE`. The configuration of `SERVICE` operations has changed in Jena 4.3.0 and the -paramter names have changed. +parameter names have changed. | Symbol | Java Constant | Usage | | ------ | ------------- | --- | | `arq:httpServiceAllowed` | `ARQ.httpServiceAllowed` | False to disable | -| `arq:serviceParams` | `ARQ.serviceParams` | Map | -| `arq:httpQueryTimeout` | `ARQ.httpQueryTimeout` | Request timeout (time to completion) | | `arq:httpQueryClient` | `ARQ.httpQueryCient` | An `java.net.http.HttpClient` object | -| `arq:httpQueryCompression` | | no-op | +| `arq:httpServiceSendMode` | `ARQ.httpServiceSendMode | See [Service documentation](../query/service.html) | Review Comment: Missing closing quote in `ARQ.httpServiceSendMode` ? -- 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: dev-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org