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

Dmitri Blinov commented on JEXL-243:
------------------------------------

May be this is not the appropriate place to complain about git access, but for 
some reason I can not see your latest commit neither on github or via apache 
git repository at git://git.apache.org/commons-jexl.git, with two days have 
already passed... 

> Allow restricting available features in Script/Expressions
> ----------------------------------------------------------
>
>                 Key: JEXL-243
>                 URL: https://issues.apache.org/jira/browse/JEXL-243
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Henri Biestro
>            Assignee: Henri Biestro
>             Fix For: 3.2
>
>
> Restrict features related to potential dangers/difficulties one may encounter 
> whilst scripting;
> Reserved Names: a set of reserved variable names that can not be used as 
> local variable (or parameter) names
> Registers: boolean property allowing parsing of register syntax (#number)
> Global Side Effect : boolean property controlling assigning/modifying values 
> on global variables
> Side Effect: boolean property controlling side effects assigning/modifying 
> values on any variable
> New Instance: boolean property controlling creating new instances through 
> new(...) or using class as functor
> Loops: boolean property controlling usage of loop constructs (while(true), 
> for(...))
> Lambda: boolean property controlling usage of script function declarations
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to