Mantis - Resin
Viewing Issue Advanced Details
4482 minor always 04-06-11 08:59 04-06-11 10:14
cowan  
ferg  
normal  
closed 4.0.17  
fixed  
none    
none 4.0.17  
0004482: EL floating point comparison to integer throws NumberFormatExcption
<system-property foo="${2.0}"/>

# fails with NFE
${foo > 1}

# works
${foo > 1.0}


Notes
(0005162)
ferg   
04-06-11 10:14   
jsp/32ae