uCosminexus Application Server, Web Container Functionality Guide
This subsection describes the precautions related to the Expression check of the tag attribute values, differences in JSP compilation operations depending on the usage of the JSP translation backward compatibility function, and the definition of the JSP translation backward compatibility function.
In the JSP specifications, the tag attributes specified in the Expression have been limited. With the version 07-00 and later versions, if Expression is specified in the attributes other than the attributes that can specify Expression without using the JSP translation backward compatibility function, an error will occur during the JSP translation. However, the versions prior to 07-00 do not check whether the Expression can be specified during the JSP translation. As a result, <%= and %> indicating Expression are recognized as strings and an error does not occur. Therefore, if Expression is specified in attributes other than the attributes that can specify the Expression, the JSP compiled results are different with the version 07-00 and its prior and later versions.
When using JSP that specifies Expression in the attributes other than the attributes that can specify Expression, make sure that you set up the JSP translation backward compatibility function.
The following are the differences in the compilation operations when the JSP translation backward compatibility function is used and when the function is not used with version 07-00 and later versions:
To define the JSP translation backward compatibility function, specify the following parameter in the <configuration> tag of the logical J2EE server (j2ee-server) in the Easy Setup definition file:
For details on the Easy Setup definition file and the parameters to be specified, see the uCosminexus Application Server Definition Reference Guide.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.