-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simplified domain of admins capability is the empty string #222
Comments
have you any clue about why can't |
Because it's not a simplified regular expression. |
I can't understand the consequences of this bug |
We need to extend our simplified regular expression in order to support multilevel expansion. At the moment we only support special char simToReg will convert |
no, really, I am missing something. Is there any bug? are there thing that do not work? are there things that a user cannot do? |
On 12/27/2015 04:01 PM, BoySka wrote:
It's not possible to create a capability with a domain that match all For instance it's not possible to generate some domain like '.+' or |
ael wrote:
oh, ok, now this is much clearer. Why don't we fix at the UI layer? I mean, if a user wants to have |
regular domain is
.+
(match all).simToReg(".+")
is not capable to handle this string and return the empty string.The text was updated successfully, but these errors were encountered: