⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 releasenotes.html

📁 此文件是关于流的应用
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<html><head><title>Standard 1.1 Release Notes</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#FFFFFF"><center><h1>Standard: An Implementation of the JSP&#153; Standard Tag Library (JSTL)<br><p>Version: 1.1.2<br>Release Notes</h1></center><p>The Standard 1.1.2 release is an implementation of the <a href="http://java.sun.com/products/jstl">JSTL 1.1 Specification</a>.</p><p>The Standard Taglib, which is hosted at Apache, is used as the source repository for the <a href="http://java.sun.com/products/jstl">JSTL reference implementation</a> supplied by Sun Microsystems, Inc.</p><hr/><h2>Release History</h2><dt><b>October 2004 &#x2022; Standard 1.1.2</b></dt><p>The latest implementation is available from the Nightly Builds.</p>  <dd>Bugs fixed since Standard 1.1.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=17388">17388</a></div>        </td>        <td width="73%" height="15">          <p>Close statement created in update tag. It is good programming pro-active to close statements as soon as they are finished even though they will also be closed when the connection that created them is closed.</p>         </td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center">          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=31313">31313</a></div>        </td>        <td width="73%" height="15">          <p>According to the W3C document the schemaLocation declaration is made up of a pair of URI references.  One defines the namespace name and the other is a hint as to the location of the schema document.  The space in the schemaLocation definition separates the two declarations.<p>          <p>For a complete explanation you can take a look at Section 4.3.2 of <a href=http://www.w3.org/TR/xmlschema-1/#schema-loc">W3C Xml Schema Document</a>          <p>In the JSTL case the location is not an absolute URI which can be confusing especially to some IDE's. Went ahead and changed it to be an absolute URI pointing to the schema document location.</p>        </td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center">          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=30646">30646</a></div>        </td>        <td width="73%" height="15">          <p>Fixed implementation so that it compiles under J2SE 5.0. Changed the J2SE 5.0 reserved keyword "enum" to "enum_".</p>           <p>NOTE: the JAXP 1.2 classes will need to be specified with J2SE 5.0 since the the 5.0 bundled JAXP 1.3 packages have been moved around and re-named.</p>        </td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center">          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=30647">30647</a></div>        </td>        <td width="73%" height="15">          <p>Followed the <a href="http://java.sun.com/blueprints/code/projectconventions.html">BluePrints Guidelines</a> for web application project structure. Most IDEs assume the BluePrints structure so abiding by these guidelines will help them integrate the examples.</p>          <p>The following changes were made to the examples directory structure:</p>          <ul>            <li>moved the examples deployment descriptor to the web/WEB-INF directory out from conf</li>            <li>moved the jstl-examples.tld to web/WEB-INF/tlds</li>            <li>updated build.xml to reflect new directory structure</li>          </ul>        </td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center">          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=31147">31147</a></div>        </td>        <td width="73%" height="15">          <p>Fixed XPath Expression evaluation so that the expressions are evaluated relative to the document Node as opposed to the document Root.</p>        </td>      </tr>    </table>  </blockquote>  </ul>    <blockquote>      <p>Other changes and additions:</p>      <ul>        <li>In JstlUriResolver when external entitities are resolved the 'base' varies from different Xalan implementations. Fixed how base is handled.</li>      </ul>    </blockquote><dt><b>July 2004 &#x2022; Standard 1.1.1</b></dt><br>  <dd>Bugs fixed since Standard 1.1.0 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=16773">16773</a></div>        </td>        <td width="73%" height="15">Substituted static values where Boolean objects were created.</td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center">          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25382">25382</a></div>        </td>        <td width="73%" height="15">Optimization of the xml escaping used by JSTL Functions and the out tag handlers.</td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center">          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25967">25967</a></div>        </td>        <td width="73%" height="15">Removed synchronization on getEvaluatorByName() method. Now synchronizing on nameMap and allowing reads to occur without blocking. Should be a performance improvement.</td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center">          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26614">26614</a></div>        </td>        <td width="73%" height="15">Remove quotes from prefix when throwing an exception</td>      </tr>    </table>  </blockquote>  </ul>    <blockquote>      <p>Other changes and additions:</p>      <ul>        <li>Fixed Core TLV to allow EL and RT based actions to be mixed as allowed by the JSTL specification.</li>        <li>Trimmed sql dataSource attribute tokens so any spaces in the comma delimited list are ignored.</li>        <li>Added Junit and Cactus testing framework. Documentation is in README_src.txt available in the source distribution.</li>        <li>Updated licenses to the new Apache License, Version 2.0.</li>      </ul>    </blockquote><dt><b>January 2004 &#149; Standard 1.1.0</b><p>This is a complete implementation of the JSTL 1.1 Maintenance Release.<p><dd>Bugs fixed since Standard 1.1.0-B1 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=15703">15703</a></div>        </td>        <td width="73%" height="15">Illegal scope attribute without var in "fmt:setLocale" tag</td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24892">24892</a></div>        </td>        <td width="73%" height="15">ResultImpl should implement java.io.Serializable</td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25637">25637</a></div>        </td>        <td width="73%" height="15">IteratorTagSupport example is missing </td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22860">22860</a></div>        </td>        <td width="73%" height="15">tag url generate invalid result for root context</td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24597">24597</a></div>        </td>        <td width="73%" height="15">accept-language header missing and fallback locale</td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24863">24863</a></div>        </td>        <td width="73%" height="15">permittedTaglibs.tld and scriptfree.tld do not validate in xml parser</td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25638">25638</a></div>        </td>        <td width="73%" height="15">Xml filter example doesn't work</td>      </tr>      <tr>        <td width="27%" height="15">          <div align="center"><ahref="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26320">26320</a></div>        </td>        <td width="73%" height="15">&lt;c:out&gt; doesn't work properly when tag handlers are pooling</td>      </tr>    </table>  </blockquote></ul><blockquote>   <p>Other changes and additions:</p>  <ul>    <li>Regarding bug #24892, it's important to note that relying on the serializability of Result objects might not be portable across different implementations of the JSTL spec. Also, ResultImpl will be serializable only if the values returned by the ResultSet are serializable too, which depends on the JDBC driver being used.  </ul></blockquote><dt><b>September 2003 &#149; Standard 1.1.0-B1</b></dt><p>This is a complete implementation of the JSTL 1.1 Maintenance Release.<p><dd>Bugs fixed since Standard 1.0.3 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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -