Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.15.1
-
Important
Description
The methods below evaluate OGNL as their first parameter. However they are not documented as evaluating OGNL. We have observed this occurring in one project and are contacting the affected vendors.
com.opensymphony.xwork2.TextProviderSupport.getText(String, String[])
com.opensymphony.xwork2.TextProviderSupport.getText(String, List<?>)
com.opensymphony.xwork2.TextProviderSupport.getText(String)
These methods are then used by ActionSupport (via its getText methods). None of these methods are documented as evaluating OGNL either.
This issue is recommending that all of these methods are documented as evaluating OGNL since this may come as a surprise to some developers.
Attachments
Issue Links
- is related to
-
WW-2760 Annotation-based Parameters Interceptor
- Closed