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

--- Comment #7 from Arthur Fiedler <artfied...@gmail.com> ---
Just to throw my two cents in, I think the future JSP spec should be to modify
the ScopedAttributeELResolver so it only sets the "propertyResolved" when it is
in fact found, and add two additional standard ELResolvers following
ScopedAttributeELResolver.

The first one being ImportELResolver, which resolves classes via the import
handler.

The second one being always the last NotFoundELResolver, which returns null and
sets the propertyResolved for all that reach it.

This way future resolvers can be defined in the spec before NotFoundELResolver 
and the resolvers can be more clean cut for reuse/extending

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to