afs opened a new issue, #1958:
URL: https://github.com/apache/jena/issues/1958
### Version
4.9.0
### Feature
At the moment, "deny all" has to be the cryptic:
```
ja:allowedUsers () ;
```
or
```
ja:allowedUsers "" ;
```
There isn't a a string way to write it clearly.
Add user "!" which is "deny all" and also can not be combined with other
users (similar to "*", all logged in users, and "_" any user request, logged in
or not).
### Are you interested in contributing a solution yourself?
Yes
--
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]