afs commented on code in PR #1341:
URL: https://github.com/apache/jena/pull/1341#discussion_r887785485
##########
jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/FusekiVocab.java:
##########
@@ -43,6 +43,9 @@
public static final Property pPasswordFile =
property("passwd");
public static final Property pRealm =
property("realm");
public static final Property pAuth = property("auth");
+ public static final Property pJwks = property("jwks");
Review Comment:
`FusekiVocab` is for RDF vocabulary used in the configuration file.
--
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]