You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "luke w patterson (JIRA)" <ji...@codehaus.org> on 2010/05/21 14:45:12 UTC

[jira] Created: (MENFORCER-100) Strings generated through ExpressionEvaluator aren't BeanShell-escaped

Strings generated through ExpressionEvaluator aren't BeanShell-escaped
----------------------------------------------------------------------

                 Key: MENFORCER-100
                 URL: http://jira.codehaus.org/browse/MENFORCER-100
             Project: Maven 2.x Enforcer Plugin
          Issue Type: Bug
            Reporter: luke w patterson


... moving over from mailing list http://old.nabble.com/enforcer-BeanShell-script%2C-retrieving-escaped-stuff-from-ExpressionEvaluator-td28626298.html

characters like '/' and such need to be escaped properly when injected into BeanShell Interpreter

expressions like ${project.basedir} could easily contain the '/' character

'/' info for BeanShell: http://www.beanshell.org/manual/bshmanual.html#Working_with_Dirctories_and_Paths

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira