[ 
https://issues.apache.org/jira/browse/SOLR-9049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268492#comment-15268492
 ] 

ASF subversion and git services commented on SOLR-9049:
-------------------------------------------------------

Commit aa6ba7f3be420456c51c026d9cd64458c88f539c in lucene-solr's branch 
refs/heads/branch_6x from [~noble.paul]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=aa6ba7f ]

 SOLR-9049: RuleBasedAuthorizationPlugin supports regex in param values eg: 
"command" : "REGEX:(i?)create"


> RuleBasedAuthorizationPlugin should use regex in params instead of just 
> String.equal()
> --------------------------------------------------------------------------------------
>
>                 Key: SOLR-9049
>                 URL: https://issues.apache.org/jira/browse/SOLR-9049
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>         Attachments: SOLR-9049.patch, SOLR-9049.patch
>
>
> Params can have complex values which will be difficult to capture in a single 
> string. So, a user can specify a full regex if it is prefixed with a "REGEX:"
> example:
> {code:javascript}
> "{params" : {"action":"REGEX:(i?)create"}
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to