https://issues.apache.org/bugzilla/show_bug.cgi?id=56029

--- Comment #1 from Michael Simons <[email protected]> ---
Happens with all named operators

<span class="${foo == 'bar' and 1==1 ? 'bar-span' : 'other-span'}">span</span>  


will break as well.

If used in jspx it only works now as 

<span class="${foo == 'bar' &amp;&amp; 1==1 ? 'bar-span' :
'other-span'}">span</span>    

which is not a really acceptable solution.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to