-
Updated the license.
-
Consistent use of the JSP page, JSP container, and similar terms. Some other minor editorial changes.
-
Clarified the return values of the methods in the TagSupport and BodyTagSupport classes.
-
Normalized the throws clause in the methods in Tag , BodyTag , TagSupport , and BodyTagSupport . These methods now throw JspException .
-
Added a missing throws IOException to the writeOut() method in BodyContent .
-
Renamed JspError to JspTagException .
-
The getTagId() and setTagId() methods in TagSupport were renamed to getId() and setId() to be consistent with the switch to properties.
-
Spelled out some consequences of (the unchanged) specification that flush() on BodyContent raises an exception.
-
Clarified the interpretation of the uri attribute in the taglib directive.