You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

OGNL replacement

This page is dedicated to replacing OGNL from all developer facing locations. The first step to tackling this is to catalog them all.

Catalog

The catalog contains all the locations that OGNL is used that developers have access to. An example of a place that OGNL is used that developers don't have access to is the processing HTTP request parameters into JavaBean properties. Here is the list:

  • Struts configuration
    • Result parameters
    • Any other locations where OGNL can be used in configuration files?
  • Struts taglibs for nearly all attributes
  • No labels