Hi all, There is a weird situation that I just found. I have a config file that looks like the attached. The problem that I am running into, is that I am expecting Jena Security to be called whenever I query the service. I am validating that Jena Security is being called by logging. When I use fuseki.war, with the config.ttl file in $FUSEKI_BASE/config.ttl I see that the config file is loaded but it doesn't call any of the jena security methods.
The strange thing is if I use the jetty version and I run fuseki with the below everything works as expected. java -cp "fuseki-server.jar:lib/*" cmd.FusekiCmd "$@" --config=$FUSEKI_BASE/config.ttl Same config.ttl, two different results. Any thoughts? Also, side note, has anyone used jetty in production? I never have. Thanks in advance
