📄 releasenotes.html
字号:
<td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18498">18498</a></div> </td> <td width="73%" height="15">fmt:formatNumber now removes the scoped variable when thevalue is null or empty. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16912">16912</a></div> </td> <td width="73%" height="15">c:param now encodes URL with URLEncoder.encode(str, encoding) </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17388">17388</a></div> </td> <td width="73%" height="15">PreparedStatement used in sql:query closed immediately after use to avoid leaks. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10024">10024</a></div> </td> <td width="73%" height="15">Advisory character encoding now properly fetched from "charset" attributeof "content-type" header (required change to spec)</td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17440">17440</a></div> </td> <td width="73%" height="15">Fixed processing of Locale when variant is used. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20197">20197</a></div> </td> <td width="73%" height="15"><sql:setDataSource> did not allow the specification of a scope withouta var attribute to set the SQl DataSource configuration setting. Fixed. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22034">22034</a></div> </td> <td width="73%" height="15">Page scope not properly set with <c:if>. Fixed. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21188">21188</a></div> </td> <td width="73%" height="15">Config.find() fails on invalidated sessions. Fixed. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16775">16775</a></div> </td> <td width="73%" height="15">Consistent use JspTagException: (1) always include original exception whenavailable. (2) use ex.toString() instead of getMessage(). </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22188">22188</a></div> </td> <td width="73%" height="15">Type conversion rules now properly applied when setting a bean property using<c:set>. </td> </tr> </table> </blockquote></ul><blockquote> <p>Other changes and additions:</p> <ul> <li>Added Version class to easily tell the version of the jar file.</li> <li>Added a few sample cases to highlight url rewriting and encoding.</li> <li>New sample JSP page demoing I18N-Formatting capabilities.</li> <li>Our dependency on jaxen and saxpath has been removed by switching our XPath support to Xalan.</li> <li>Added attribute descriptions in the TLDs.</li> <li>javax.servlet.jsp.jstl.sql.ResultImpl now implements java.io.Serializable,and insert a comment in the Release Notes stating that relying on theserializability of Result objects might not be portable acrossdifferent implementations of the JSTL spec </ul></blockquote><dt><b>February 2003 • Standard 1.0.3</b></dt><p><dd>Bugs fixed since Standard 1.0.2 Taglib release:</dd><ul> <blockquote> <table width="95%" border="1"> <tr> <th width="27%"> <div align="center">Bug Id</div> </th> <th width="73%">Summary</th> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16069">16069</a></div> </td> <td width="73%" height="15"> Tag-handler reuse discovered a bug in <c:out>'s processing of default values. This bug was fixed by initializing an instance variable in doStartTag(). </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8694">8694</a></div> </td> <td width="73%" height="15">We revisited this bug prompted by areport from a user of the J2EE RI and adjusted the EL implementation toaccommodate the J2EE RI's default security restrictions. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15977">15977</a></div> </td> <td width="73%" height="15"> Minor display-related bug in ScriptFreeTLV </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14695">14695</a></div> </td> <td width="73%" height="15">There still was a bug when the <code>fmt:message</code> tag was pooled and reused, and a bundle was not specified explicitely. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15169">15169</a></div> </td> <td width="73%" height="15">Added <code><uri></code> definition in WEB-INF/jstl-examples.tld for/jstl-examples-taglib. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15495">15495</a></div> </td> <td width="73%" height="15">If <c:set> is used to set a property of a bean, and a setter method does not exist for that bean, a NullPointerException was thrown.A JspException with an appropriate error message is now thrown instead. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15621">15621</a></div> </td> <td width="73%" height="15">The tag handler for <fmt:requestEncoding> was not resetting the encoding value it picks up from thejavax.servlet.jsp.jstl.fmt.request.charset session attribute between invokations. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15873">15873</a></div> </td> <td width="73%" height="15">We now expose the exception object thrown by a bean property evaluated by theEL (not just the exception message). </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16377">16377</a></div> </td> <td width="73%" height="15">Improved the exception message when there is a failure accessing an absolute URL. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16379">16379</a></div> </td> <td width="73%" height="15">Fixed minor typos in standard-examples. </td> </tr> </table> </blockquote></ul><blockquote> <p>Other changes and additions:</p> <ul> <li>Fixed minor typos in JSTL API Javadoc documentation.</li> <li>Added TLV examples (scriptFree and PermittedTaglibs)</li> <li>Fixed minor typo on standard/examples/web/xml/ForEach.jsp</li> <li>Improved Japanese localization</li> </ul></blockquote><dt><b>13 October 2002 • Standard 1.0.2 Taglib released</b></dt><p><dd>Bugs fixed since Standard 1.0.1 Taglib release:</dd><ul> <blockquote> <table width="95%" border="1"> <tr> <th width="27%"> <div align="center">Bug Id</div> </th> <th width="73%">Summary</th> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11204">11204</a></div> </td> <td width="73%" height="15">The <code>fmt</code> tags used to store the <code>BodyContent</code>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -