Details
Description
SONARPLUGINS-1088 is okay now, but we got other issues:
1, wrongly treat all JSTL tag as OGNL, for example: $
{pageContext.request.contextPath}2, Cannot recognize all the OGNL surrounded by %{}
SONARPLUGINS-1088 is okay now, but we got other issues:
1, wrongly treat all JSTL tag as OGNL, for example: $
{pageContext.request.contextPath}2, Cannot recognize all the OGNL surrounded by %{}
Hi Sean
I might need some help because I am not an expert in OGNL and how it is used in Struts.
Could you give an example of an unrecognized expression - surrounded by %{}. I do not understand why these are missed.
Would it be OK to skip all expressions with ${ to avoid issue 1? Or should some expressions with ${ be parsed as OGNL?