📄 releasenotes.html
字号:
from one tag in the same field variable they use for <code>value</code>. This caused problems in a container that supported tag re-use since the old <code>BodyContent</code> was used.</td> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11293">11293</a></div> </td> <td width="73%" height="15">The <code>xml:transform</code> tag can now be used with a series of imported stylesheets.</td> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12333">12333</a></div> </td> <td width="73%" height="15">There was a bug in the EL grammar that caused attribute values like <tt>"$${X}"</tt> to be parsed as a single string instead of a string followed by an expression.</td> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12963">12963</a></div> </td> <td width="73%" height="15">The <code><c:url></code> <code>value</code> attribute and the <code> <c:redirect></code> <code>url</code> attribute are required as defined in the JSTL specification.</td> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13405">13405</a></div> </td> <td width="73%" height="15">According to the JDBC specification, a null can be passed to the <code>PreparedStatement.setObject()</code> and the parameter will be set to JDBC NULL properly. The broken <code>PreparedStatment.setNull()</code> call has been removed. </td> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13518">13518</a></div> </td> <td width="73%" height="15">There was a typographical error in our sample TLDs for the PermittedTaglibTLV and ScriptFreeTLV validators. </td> </tr> </table> </blockquote></ul><blockquote> <p>Other changes and additions:</p> <ul> <li>Wrapped number formatting examples that use browser-based locale inside <c:catch>. Now the parse exception that occurs with "de_DE" locale due to a bug in <code>java.text.NumberFormat</code> (Bugtraq bugid: 4709840) can be documented appropriately. </li> <li>The "jsp20el.build" target was modified so that the JSTP 2.0 EL packages were renamed to avoid potential JSTL 1.0 conflict. </li> <li>Root cause now exposed when an EL expression evaluation fails. </li> <li>New regression tests for the EL parser.</li> </ul></blockquote><dt><b>26 July 2002 • Standard 1.0.1 Taglib released</b></dt><p><dd>Bugs fixed since Standard 1.0 Taglib Final release: </dd></blockquote><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=8723">8723</a></div> </td> <td width="73%" height="15">Fixed '<code>xslt</code>' attribute for <code><x:transform></code> to only accept an<br> object exported by <code><x:parse></code> if it's a <code>String</code>, <code>Reader</code>, or<br> <code>javax.xml.transform.Source</code>.</td> </tr> <tr> <td width="27%" height="15"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9257">9257</a></div> </td> <td width="73%" height="15">Added <code>"UNICODE_INPUT = true"</code> to the <code>ELParser.jj</code><br> options so that non-ascii values can be parsed.</td> </tr> <tr> <td width="27%"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9528">9528</a></div> </td> <td width="73%"><code>GettingStarted.html</code> guide updated to include all jar dependency information. </td> </tr> <tr> <td width="27%"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9581">9581</a></div> </td> <td width="73%">SQL examples updated to allow for the inputting of <code>dataSource</code> username and password.</td> </tr> <tr> <td width="27%"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9968">9968</a></div> </td> <td width="73%"><code>c:url</code> tag no longer prepends path to page relative URLs. </td> </tr> <tr> <td width="27%"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10175">10175</a></div> </td> <td width="73%">Added a <code><welcome-file-list></code> element to the example application's deployment descriptor. Modified <code>standard-doc</code> in a corresponding fashion.</td> </tr> <tr> <td width="27%" height="32"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10334">10334</a></div> </td> <td width="73%" height="32"> <p><code>BundleSupport</code> modified to use the current context classloader instead of the classloader that loaded it. This change was necessary in order for <code>BundleSupport</code> to properly find resources in a web application.</p> <p>The SQL <code>DataSourceWrapper</code> also modified to properly use classloader delegation to load resources.</p> </td> </tr> <tr> <td width="27%"> <div align="center"><a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10856">10856</a></div> </td> <td width="73%">Fixed incorrect <code>x:param</code> error message.</td> </tr> </table> </blockquote></ul><blockquote> <p>Other changes and additions:</p> <ul> <li>Improved <code>x:parse</code> action's <code>EntityResolver</code> to work with JAXP 1.2. URI's normalized so they can be processed consistently.</li> <li> The <a href="http://java.sun.com/products/jstl">JSTL 1.0 Specification</a> has all the official functional descriptions; out of date documentation removed.</li> <li>Hard-coded and browser-based locales separated into distinct pages in order to avoid conflicting response encodings.</li> <li>Formatting web application examples updated to use EL to access request parameters.</li> <li><code>query</code> and <code>update </code>tags modified to catch a more generic JDBC driver implementation generated exception when it occurs and provide a meaningful error message.</li> <li><code>DateParam</code> tag modified to have an empty body content as defined by the spec.</li> <li><code>PreparedStatement.setNull(parameterIndex, java.sql.Types.NULL)</code> now used when specifying null parameter values.</li> <li>XPath performance improved by caching parsed representations of XPath expressions.</li> <li>Support for relative system ID's in <code><x:transform></code> simplified.</li> <li>Improved <code>TimeZoneSupport</code> javadocs</li> <li>Added Japanese resources</li> <li>Added support for <a href="http://www.jcp.org/jsr/detail/152.jsp">JSP 2.0</a> functionality in the JSTL EL. By default, none of the new features are enabled in order to comply with the <a href="http://java.sun.com/products/jstl">JSTL 1.0 Specification</a>. The functionality will be triggered by a particular way of calling the interpreter. <ul> <li>Created new new "<code>jsp20</code>" parser directory. </li> <li>Added new "<code>jsp20e</code>l" build target for <a href="http://www.jcp.org/jsr/detail/152.jsp">JSP 2.0</a> specific features. </li> <li>Added copy of <code>*.properties</code> to <a href="http://www.jcp.org/jsr/detail/152.jsp">JSP 2.0</a> EL jar.</li> </ul> </li> </ul></blockquote><dt><b>21 Jun 2002</b></dt><dd>Final Standard Taglib 1.0 release</dd><p><dt><b>17 Jun 2002</b></dt><dd>Standard Taglib RC1 released.</dd><dd> </dd><dt><b>19 Apr 2002 </b></dt><dd>Standard 1.0 Beta2 released, which is compliant with the <a href="http://jcp.org/aboutJava/communityprocess/first/jsr052/">JSTL Proposed Final Draft</a>.</dd><p><dt><b>12 Mar 2002 </b></dt><dd>Standard 1.0 Beta1 released, which is compliant with the <a href="http://jcp.org/aboutJava/communityprocess/review/jsr052/">JSTL Public Review Draft</a>.</dd><p><dt><b>12 Dec 2001</b></dt><dd>Standard 1.0 EA3 released. Version includes the followingchanges and additions:<ul> <li>Introduction of SQL tags ("sql:*" library).</li> <li>A performance improvement to the XML "transform" tag.</li> <li>Minor changes and bug fixes to the i18n and XML libraries.</li> <li>Distribution JAR files are now 'standard.jar' (RI) and 'jstl.jar' (API).</li> <li>showSource.jsp no longer depends on raw file I/O (and so should work even when standard-examples is deployed as a WAR).</li> </ul></dd><dt><b>21 Nov 2001</b></dt><dd>Standard 1.0 EA2 introduced. Version includes the followingmajor changes and additions:<ul> <li>JSPTL has been renamed to JSTL.</li> <li>The "jsptl" library at Jakarta Taglibs has been renamed to "standard."</li> <li>Tags for text inclusion and URL encoding introduced.</li> <li>Tags for i18n-capable text formatting introduced.</li> <li>Tags for XML manipulation introduced.</li> <li>JSTL now divides functionality among multiple TLDs. Each TLD represents a cohesive unit of functionality, such as "XML manipulation" and "formatting." 'jx' and 'jr' are no longer used; they are replaced with shorter abbreviations for the common cases (e.g., 'c', 'x'). <li>ECMAScript is now the default expression evaluator. Since the first release of 1.0 EA1, new languages include JXPath and ECMAScript.</li> <li>The RI has been thoroughly repackaged; many classes have moved.</li> <li>The package name for the JSTL API is now javax.servlet.jsp.jstl and is subdivided into cohesive packages. (The old package for the API was javax.servlet.jsptl.)</li> <li>A small number of minor changes were made to the code. By and large, these changes are not significant; the easiest way to discover further details is to look at the CVS archive itself.</li></ul></dd><p><dt><b>09 Oct 2001</b></dt><dd>JSTL 1.0 EA1 RI, version 1.2, introduced. This version includes supportfor ECMAScript.</dd><p><dt><b>23 Jul 2001</b></dt><dd>JSTL 1.0 EA1 RI, version 1.1, is released. This version is compatiblewith Tomcat 4.0 B6 and Tomcat 4.0 release.</dd><p><dt><b>10 Jul 2001</b></dt><dd>JSTL 1.0 EA1 RI first made available for download.</dd><p><dt><b>08 Jul 2001</b></dt><dd>Initial version of JSTL RI contributed by JSR-052 Expert Group and imported into Jakarta CVS archive.</dd></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -