Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 3376cf01580ecd9cd099b5513874c8bed2490839
      
https://github.com/jenkinsci/jenkins/commit/3376cf01580ecd9cd099b5513874c8bed2490839
  Author: Larry North <[email protected]>
  Date:   2013-07-26 (Fri, 26 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/Util.java
    M core/src/test/java/hudson/UtilTest.java

  Log Message:
  -----------
  [FIXED JENKINS-16660] Allow variable names with dots in bracketed references.

Given these <variable,value> mappings: <A,a> and <A.B,a-b>, $A.B would
evaluate to $a.B, as it currently does, and ${A.B} to a-b instead of the
current ${A.B}.

Existing ${A.B}-like references will break (not evaluate to ${A.B}) if
there actually is an A.B variable defined, which I think is very
unlikely.



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to