Use ELContext
instead of deprecated VariableResolver
API in JspPropertyAccessor
#32383
Closed
Description
The JSP VariableResolver
API has been deprecated since JSP 2.1 in favor of the newer ELContext
API.
We should therefore use ELContext
instead of the deprecated VariableResolver
API in JspPropertyAccessor
.
Activity