Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Scripting JSP Taglib 2.2.6
-
None
Description
According to the description in the TLD, the blank value is:
"The default value to be used if the value is either null or an empty string."
However, the Encode Tag only uses a null check to decide to use the default value. This should instead check if the string is null or empty.