新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     计算机科学论坛     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> 本版讨论Java, J2SE, J2ME, J2EE, 以及Eclipse, NetBeans, JBuilder等Java开发环境,还有JSP, JavaServlet, JavaBean, EJB以及struts, hibernate, spring, webwork2, Java 3D, JOGL等相关技术。
    [返回] 中文XML论坛 - 专业的XML技术讨论区计算机技术与应用『 Java/Eclipse 』 → Apache Tomcat 6.0.13 Available 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 4295 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: Apache Tomcat 6.0.13 Available 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     hongjunli 帅哥哟,离线,有人找我吗?魔羯座1978-1-20
      
      
      威望:5
      头衔:为振兴论坛而努力!
      等级:研二(中了一篇WWWC Poster)(版主)
      文章:808
      积分:7964
      门派:IEEE.ORG.CN
      注册:2006/3/9

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给hongjunli发送一个短消息 把hongjunli加入好友 查看hongjunli的个人资料 搜索hongjunli在『 Java/Eclipse 』的所有贴子 引用回复这个贴子 回复这个贴子 查看hongjunli的博客楼主
    发贴心情 Apache Tomcat 6.0.13 Available

    最近三个版本的变化如下:
    Tomcat 6.0.13 (remm)
    Catalina
    按此在新窗口浏览图片 More accurate available() method. (remm)  
    按此在新窗口浏览图片 Add recycle check in the event object, since it is a facade like the others. (remm)  
    按此在新窗口浏览图片 When processing a read event, enforce that the servlet consumes all available bytes. (remm)  
    按此在新窗口浏览图片 Add a flag in ContainerBase which could be used in embedded scenarios to avoid a double start of contexts (this problem generally occurs when adding contexts to a started host). (remm)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=42309]42309[/URL]: Ability to create a connector using a custom protocol specification for embedded. (fhanik)  
    按此在新窗口浏览图片 Add SSL engine flag to AprLifecycleListener. (fhanik)  
    按此在新窗口浏览图片 Improve event processing, so that an END event is generated when encountering EOF, and an ERROR is always generated on client disconnects. (remm)  
    按此在新窗口浏览图片 Add declarations for the new XSD files. (remm)  

    Coyote
    按此在新窗口浏览图片 Add heartbeatBackgroundEnabled flag to SimpleTcpCluster. Enable this flag don't forget to disable the channel heartbeat thread (pero)  
    按此在新窗口浏览图片 Possible memory leak when using comet, caused by adding the socket to the poller before cleaning up the connection tracking structure. (remm)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=42308]42308[/URL]: nextRequest recycles the request, which caused issues with statistics. (remm)  
    按此在新窗口浏览图片 Fix non recycled comet flag in the APR connector. (remm)  

    Cluster
    按此在新窗口浏览图片 Add heartbeatBackgroundEnabled flag to SimpleTcpCluster. Enable this flag don't forget to disable the channel heartbeat thread (pero)  
    按此在新窗口浏览图片 Method name cleanup. (fhanik)  

    Webapps
    按此在新窗口浏览图片 Some examples webapp fixes. Submitted by Frank McCown. (remm)  


    Tomcat 6.0.12 (remm)
    General
    按此在新窗口浏览图片 License source headers. Submitted by Niall Pemberton. (remm)  

    Catalina
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=42039]42039[/URL] Log a stack trace if a servlet throws an UnavailableException. Patch provided by Kawasima Kazuh. (markt)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41990]41990[/URL] Add some additional mime-type mappings. (markt)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41655]41655[/URL] Fix message translations. Japanese translations provided by Suzuki Yuichiro. (markt)  
    按此在新窗口浏览图片 Add enabled attribute to AccessLogValve (pero)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=42085]42085[/URL]: Avoid adding handlers for the root logger twice when they are explicitly specified. (remm)  
    按此在新窗口浏览图片 Reduce thread local manipulation in the request dispatcher. Submitted by Arvind Srinivasan. (remm)  
    按此在新窗口浏览图片 Avoid keeping references to loggers tied to the webapp classloaders after a reload in a couple more places. (remm)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=42202]42202[/URL]: Fix container parsing of TLDs in webapps when Tomcat is installed in a URL encodable path. (remm)  

    Coyote
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=42119]42119[/URL] Fix return value for request.getCharacterEncoding() when Content-Type headers contain parameters other than charset. Patch by Leigh L Klotz Jr. (markt)  
    按此在新窗口浏览图片 Move away from using a thread local processor for the APR and java.io connectors, as this does not work well when using an executor. (remm)  
    按此在新窗口浏览图片 Remove Comet timeout hack in the APR connector. Comet connections will now use the regular timeout or the keepalive timeout if specified. (remm)  

    Webapps
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=42025]42025[/URL]: Update valve documentation to refer to correct regular expression implementation. (markt)  
    按此在新窗口浏览图片 Fix various paths in the manager webapps (remm)  
    按此在新窗口浏览图片 Session viewer and editor for the HTML manager. Submitted by Cédrik Lime. (remm)  
    按此在新窗口浏览图片 Session handling tools for the manager. Submitted by Rainer Jung. (remm)  

    Jasper
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41869]41869[/URL] TagData.getAttribute() should return TagData.REQUEST_TIME_VALUE when the attribute value is an EL expression. (markt)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=42071]42071[/URL] Fix IllegalStateException on multiple requests to an unavailable JSP. Patch provided by Kawasima Kazuh. (markt)  
    按此在新窗口浏览图片 After a JSP throws an UnavailableException allow it to be accessed once the unavailable period has expired. (markt)  

    Cluster
    按此在新窗口浏览图片 Add toString method to better logging session replication message at tribes MESSAGES (pero)  


    Tomcat 6.0.11 (remm)
    General
    按此在新窗口浏览图片 Update DBCP to 1.2.2, pool to 1.3, JDT to 3.2.2 and remove collections build dependency (pero, remm)  

    Catalina
    按此在新窗口浏览图片 Don't log pattern subtoken at ExtendedAccesLogValve (pero)  
    按此在新窗口浏览图片 Add some missing JMX attributes for new AccessLogValve (pero)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41786]41786 [/URL]Incorrect reference to catalina_home in catalina.sh/bat Patch provided by Mike Hanafey (fhanik)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41703]41703[/URL] SingleSignOnMessage invalid setter, patch provided by Nils Hammar (fhanik)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41682]41682[/URL] ClassCastException when logging is turned on (fhanik)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41530]41530 [/URL]Don't log error messages when connector is stopped (fhanik)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41166]41166[/URL] Invalid handling when using replicated context (fhanik)  
    按此在新窗口浏览图片 Added SENDFILE support for the NIO connector. (fhanik)

    按此在新窗口浏览图片 Added support for shared thread pools by adding in the <Executor> element as a nested element to the <Service> element. (fhanik)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41666]41666[/URL] Correct handling of boundary conditions for If-Unmodified-Since and If-Modified-Since headers. Patch provided by Suzuki Yuichiro. (markt)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41739]41739[/URL] Correct handling of servlets with a load-on-startup value of zero. These are now the first servlets to be started. (markt)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41747]41747[/URL] Correct example ant script for deploy task. (markt)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41752]41752[/URL] Correct error message on exception in MemoryRealm. (markt)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=39883]39883[/URL] Add documentation warning about using antiResourceLocking on a webapp outside the Host's appBase. (yoavs)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=40150]40150[/URL] Ensure user and roll classnames are validated on startup. Patch by Tom. (yoavs)  
    按此在新窗口浏览图片 Refactor extend access log valve using the optimized access log valve. Submitted by Takayuki Kaneko. (remm)  
    按此在新窗口浏览图片 Possible deadlock in classloading when defining packages. (remm)  
    按此在新窗口浏览图片 Remove excessive syncing from listener support. (remm)  
    按此在新窗口浏览图片 Web services support. The actual factory implementations are implemented in the extras. Submitted by Fabien Carrion. (remm)  
    按此在新窗口浏览图片 Add logging to display APR capabilities on the platform. (remm)  
    按此在新窗口浏览图片 Expose executors in JMX. (remm)  
    按此在新窗口浏览图片 CRLF inside a URL pattern is always invalid. (remm)  
    按此在新窗口浏览图片 Tweak startup time display. (remm)  
    按此在新窗口浏览图片 Adjustments to handling exceptions with Comet. (remm)  
    按此在新窗口浏览图片 If the event is closed asynchronously, generate an end event for cleanup on the next event. (remm)  
    按此在新窗口浏览图片 Cleanup hello webapp from the docs and fix a XSS issue in the JSP. (remm)  
    按此在新窗口浏览图片 Examples webapp cleanup. Submitted by Takayuki Kaneko and Markus Sch&ouml;nhaber. (remm)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41289]41289[/URL]: Create configBase, since it is no longer created elsewhere. Submitted by Shiva Kumar H R. (remm)  

    Coyote
    按此在新窗口浏览图片 Fixed NIO memory leak caused by the NioChannel cache not working properly.  
    按此在新窗口浏览图片 Added flag to enable/disable the usage of the pollers selector instead of a Selector pool when the serviet is reading/writing from the input/output streams The flag is -Dorg.apache.tomcat.util.net.NioSelectorShared=true  
    按此在新窗口浏览图片 Requests with multiple content-length headers are now rejected. (markt)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41675]41675[/URL] Add a couple of DEBUG-level logging statements to Http11Processors when sending error responses. Patch by Ralf Hauser. (yoavs)  
    按此在新窗口浏览图片 Reuse digester used by the modeler. (remm)  
    按此在新窗口浏览图片 When the platform does not support deferred accept, put accepted sockets in the poller. (remm)  
    按此在新窗口浏览图片 Fix problem with blocking reads for keepalive when using an executor (the number of busy threads is always 0). (remm)  
    按此在新窗口浏览图片 The poller now has good performance, so remove firstReadTimeout. (remm)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=42119]42119[/URL] Fix return value for request.getCharacterEncoding() when Content-Type headers contain parameters other than charset. Patch by Leigh L Klotz Jr. (markt)  

    Webapps
    按此在新窗口浏览图片 Fix previous update to servlet 2.5 xsd to use correct declaration. (markt)  
    按此在新窗口浏览图片 Update host configuration document for new behaviour for directories in appBase. (markt)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=39540]39540[/URL] Add link to httpd 2.2 mod_proxy_ajp docs in AJP connector doc. (yoavs)  

    Jasper
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41227]41227[/URL] Add a bit of DEBUG-level logging to JspC so users know which file is being compiled. (yoavs)  
    按此在新窗口浏览图片 Remove some dead utility code, and refactor stream capture as part of the Ant compiler. (remm)  
    按此在新窗口浏览图片 Support the trim directive of JSP 2.1 as an equivalent of Jasper's own parameter. (remm)  
    按此在新窗口浏览图片 [URL=http://issues.apache.org/bugzilla/show_bug.cgi?id=41790]41790[/URL]: Close file stream used to read the Java source. (remm)  
    按此在新窗口浏览图片 Fix reporting of errors which do not correspond to a portion of the JSP source. (remm)  
    按此在新窗口浏览图片 Remove try/catch usage for annotation processing in classic tags. The usage of the log method might have been questionable as well. (remm)  
    按此在新窗口浏览图片 Cleanup of the message that is displayed for compilation errors. (remm)  
    按此在新窗口浏览图片 Skip BOM when reading a JSP file. (remm)

       收藏   分享  
    顶(0)
      




    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/5/30 22:09:00
     
     GoogleAdSense魔羯座1978-1-20
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 Java/Eclipse 』的所有贴子 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/1/3 0:45:03

    本主题贴数1,分页: [1]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    89.111ms