afs commented on code in PR #1335:
URL: https://github.com/apache/jena/pull/1335#discussion_r880460535
##########
jena-fuseki2/jena-fuseki-main/src/main/java/org/apache/jena/fuseki/main/FusekiServer.java:
##########
@@ -873,6 +875,16 @@ public Builder realm(String realm) {
return this;
}
+// /**
Review Comment:
Bear authentication isn't support in the server builder. The key issue is
how custom code gets added to a server installation. It is not clear yet
whether there can be server builder support or whether a Fuseki module is
better.
So not in the public API at this time.
In the PR, the server builder does not do anything with
`bearerVerifiedUser`. It is paired with `auth(AuthScheme.BEARER)` causing an
exception.
javadoc fixed.
--
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]