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

📄 changes-1.xtp

📁 RESIN 3.2 最新源码
💻 XTP
📖 第 1 页 / 共 5 页
字号:
</li><li>added basic implementation of distributed sessions</li><li>faster detection of connection failures (rep by Tomas Lund)</li><li>significant performance improvements for small files.</li><li>anonymous caching can now ignore user tracking cookies</li><li>new configure and Makefiles, and support for --with-apache-src.</li><li>created SessionManager and added file-based persistent sessions</li><li>plugins now detect resin.conf changes automatically</li><li>access-log can now log cookies with %{JESSIONID}c</li></ul></s2><s2 title="1.1.2 - May 19, 2000"><ul><li>fix dup loading load-on-startup when host='' (rep by Jan Ploski)</li><li>caucho.jsp-file wasn't properly deleted in some cases (rep by Robert L. Grzywinski)</li><li>Threading issue where keepalive counts never dropped.</li><li>Threading issue where all threads could exit simultaneously (rep by Elad Koren)</li><li>On NT, cookie sessions for load balancing weren't sticky</li><li>On NT, setup remove removes all filters (rep by Helen Grimbly)</li><li>WAP has trouble with '.' as session character (rep by Ole Dalgaard)</li><li>All Authenticator methods now take HttpServletRequest</li><li>Check modification with '!=' instead of '&lt;' for JSP (rep by Paul Snively)</li><li>Caching wasn't removing files when LRU kicks in (rep by Ed Miner)</li><li>fix in URL normalization (rep by mark)</li><li>wrapper.pl cleanup (rep by Kevin Welker)</li><li>resin.form.locale (req by Avi Cherry)</li><li>mod_ssl variables (req by Jens Dennig)</li><li>xsl:attribute has trouble in macros (rep by Steve Chiu)</li><li>cookie values should not be restricted to 256 bytes (rep by Roberto Tiella)</li><li>jspDestroy should be called on JSP change (rep by Den Riabtchik)</li><li>resin:include of 'c:\foo' doesn't work on NT (rep by Ken Koster)</li><li>cache-mapping 40d overflows RegistryNode.getPeriod() (rep by Jerry Huxtable)</li><li>"meta-inf/taglib.tld" error not caught in tag.jar (rep by Juraj Kazda)</li><li>"extends" now checks for HttpJspPage (rep by Ed Miner)</li><li>line number mapping for thrown exceptions</li><li>logging should be in local, not GMT (rep by Carlos Hanson)</li><li>run-at executing at :00 and :01 (rep by Daniel Seltzer)</li><li>run-at should use dummy HttpServletRequest (rep by Daniel Seltzer)</li><li>Cookie parsing should handle Cookie: foo; bar; (rep by Kien Kiong Ng)</li><li>web-app encoding should override response encoding for forms (rep by Vyacheslav Pedak)</li></ul></s2><s2 title="1.1.1 - April 27, 2000"><ul><li>xsl:include doesn't obey strict-xsl (rep by Steve Chiu)</li><li>JavaScript can't handle java.lang.System.out.writeln (rep by Charlie Evett)</li><li>DirectoryServlet needs fix for web-app (rep by Daniel Seltzer)</li><li>PageContext must implement pushBody and popBody (rep by Tripp Lilley)</li><li>ResponseAdapter needs buffering for locomotive (rep by Leo Deegan and Ari Chopra)</li><li>Authenticator should allow request (rep by Paul Snively)</li><li>FormLoginServlet should use redirect instead of forward (rep by Francois Rene Bertrand)</li><li>session.invalidate() should generate new id (rep by Jens Dennig)</li><li>&lt;%@ page extends means the page isn't static (rep by Eugen Kuleshov)</li><li>beanName with RTA should use getClass not GetClass</li><li>caching issues with include pages (rep by Ed Miner)</li><li>JavaScript generating too-large methods (rep by Charlie Evett)</li><li>web-app id="/" treated different from default web-app (rep by Jeff Behl)</li><li>caching broken with large files (rep by Ed Miner)</li><li>foo.jsp\ shows the source on NT (rep by James Griggs)</li><li>'/' should dispatch everything to Resin (rep by Nick Popoff)</li><li>mixed context in resin.conf should be caught (rep by Eric Hansen)</li><li>bad elements in http-server should be caught (rep by Ed Miner)</li><li>foo.jsp\ will show foo.jsp on NT (rep by James Griggs)</li><li>xsl:param at top level isn't recognized (rep by Steve Chiu)</li><li>jsp:root (rep by Steve Chiu)</li><li>bad generation of "implements SingleThreadModel" (rep by David Malkovsky)</li><li>TagAttributeInfo constructor API mixed up (rep by Victor Salaman)</li><li>TagData(Object []) constructor broken (rep by Victor Salaman)</li></ul></s2><s2 title="1.1.0 - April 8, 2000"><ul><li>forward() should just clearBuffer(), not reset() (rep by Alex Cruikshank)</li><li>Long variables not handled properly in tags (rep by Robert Grzywinski)</li><li>setStatus shouldn't send error or load cache (rep by Daniel Lopez)</li><li>load-on-init problems with web-app (rep by Daniel Seltzer)</li><li>"%= ... %" is an allowed request time expression (rep by Mark Hayes)</li><li>DirectoryServlet should work like FileServlet (rep by Alex Cruise)</li><li>extends JSP files need to detect changes (rep by Dmitry Maximovich)</li><li>Cron needs its own thread and needs to eliminate sync (rep by Victor Salaman)</li><li>make sure caching files get closed even if servlet fails (rep by Sonny Pickett)</li><li>BodyTag.getPreviousOut should return out even at top level (rep by Chris Martin)</li><li>resin.conf and web.xml should be combined (rep by Ari Halberstadt)</li><li>fixed large jsp file bug (rep by Chris Burnley)</li><li>remove duplicate entries from mod_caucho (rep by Henric Larsson)</li><li>&lt;cache size=0&gt; should disable the cache (rep by Alex Chung)</li><li>iis_srun.dll fixing logs (rep by David Seltzer)</li><li>Form handling bug: foo=&amp;bar=15 fails for foo (rep by Henric Larsson)</li><li>Vary: Cookie -- cookie pages are now cacheable for non-logged in users.</li><li>sessions should survive forward() (rep by Dalton Iwazaki)</li><li>mod_caucho issues with error-page (rep by Borne Mace)</li><li>Added caucho-status=false directive (rep by Daniel Seltzer)</li><li>Added compile=false directive (rep by Arnick Hahn)</li><li>JSP attributes should be javax.servlet.jsp.jspException (rep by Jeff Behl)</li><li>getElementsByTagName should never return null (rep by Chris Chen)</li><li>forwarded pages should have access to Post input stream (rep by Michal Mosiewicz)</li><li>shortest should match dual *.go and *.jsp match (rep by Jeff Behl)</li><li>renamed port -&gt; httpd-port to reduce confusion</li><li>&lt;!DOCTYPE parsing not handled by plugin (rep by Marko Asplund)</li></ul></s2><s2 title="1.1.b6 - March 20, 2000"><ul><li>XslFilter should use page parent as pwd (fixed! by Chris Chen)</li><li>JSP generator needs to use booleanValue instead of boolValue (rep by Rob Grzywinski)</li><li>NT setup of Apache httpd.conf needs to escape backslashes (rep by Phil Smy)</li><li>getRequestedSessionId() should return the ID even if the session is new (rep by Stan Silvert)</li><li>Host logs should be in RESIN_HOME/log (rep by John Cyriac)</li><li>JS wrapped methods where an arg is private aren't allowed (rep by Chad Hamann)</li><li>empty JSP tags should still evaluate the methods (rep by Sergio Soccaras)</li><li>XSL should use consistent 'node' and 'inputNode' in xsl:for-each (rep by Michal Mosiewicz)</li><li>XSL document() must be a cache-depends (rep by Michal Mosiewicz)</li><li>added thread-keepalive attribute</li><li>JavaScript bean wrapper should look at BeanInfo (rep by Vamsee Lakamsani) </li><li>NSAPI wasn't handling HTTP/0.9 properly (rep by Rich Farrell)</li><li>FileServlet should work with servlet-mapping (rep by Alex Cruise)</li><li>ISAPI HTTP_FOO_BAR needs to convert to foo-bar (rep by Paul Sheehan)</li><li>mod_caucho would match /servletxxx for /servlet/* patterns (fixed! by Robson Miranda)</li><li>autoreload of web.xml and resin.conf should be more robust with errors (rep by Larry Hamel)</li><li>JSDK/JSP API fixes for Visual Age (debugged! by Robert Salesas)</li><li>Default server root should be resin.home (rep by Robert Salesas)</li><li>Jar caching (impl! by Victor Salaman)</li><li>forward() reset and finish (rep by Michal Mosiewicz)</li><li>JSP exceptions should be thrown instead of caught (rep by Nick Popoff)</li><li>load-on-startup problems with different config (rep by Marco Hunsicker)</li><li>windows-125x character encoding (rep by Eugen Krivoruchko)</li><li>&lt;jsp session=false&gt; disables sessions by default (rep by Rafi Jacoby)</li><li>CauchoRequest.resetTimeout() and reset timeout on activity (rep by Dave Moellenhoff)</li><li>Multiple -J-mx were getting swallowed by wrapper.pl (rep by Bill Carroll)</li><li>Missing &lt;%@ include %&gt; should work with errorPage (rep by Ed Miner)</li><li>UnionPattern fixes for XSL (rep by Michal Mosiewicz)</li><li>reading of Certificates with mod_ssl (rep by Marko Asplund)</li><li>Set-Cookie conformance to RFC2109 (rep by Ken Yun and Niranjan Nagar)</li><li>jsp-file as servlet fixes (rep by Slawek Zachcial)</li><li>omit-html-declaration and only minimize html booleans (rep by Michal Mosiewicz)</li><li>mod_caucho can now distinguish between ports (rep by Robert Grzywinski)</li><li>fix to plugin resin.conf parsing and handling of web-app id='/foo' (rep by Slawek Zachcial)</li><li>wrapper.pl needs to pick up zip (rep by Jeff Haynie)</li><li>cleanup ./configure and install.sh</li><li>host app-dir should be relative to http-server (rep by Paul Snively)</li><li>Support for NT UNC (\\host) (rep by Mark Rowell)</li><li>HTTP/1.1 chunked encoding problems (rep by Seth Ladd)</li><li>position() in xsl:if (rep by Seth Ladd)</li><li>ClassLoader fixes for loading jni (rep by Pierre Dony)</li><li>-install-as and -remove-as for NT services (submit! by Alan Douglas)</li><li>user-name and group-name added to avoid running as root (rep by Nir-Tzion)</li><li>files need escaping in JavaGenerator (rep by Naresh Sikha)</li><li>sesson and load statistics in "caucho.statistics" (req by Mattias Nilsson)</li><li>browser-mapping lets Resin handle broken http clients (rep by Kevin Minder)</li><li>DBPool now implements java.sql.Driver (contrib! by Kevin Minder)</li><li>tag.release() should have access to pageContext (rep by David Geary)</li><li>classpath with no source shouldn't autocompile (rep by Edson Richter)</li><li>xsl:for-each needs to set the list-context (rep by Seth Ladd)</li><li>Application class loader is a "caucho.class-loader" attribute (rep by Vladimir Zamiatin)</li><li>added lots of default mime mappings.</li><li>JSP/XTP precompiled pages avoid parsing</li><li>timestamp in logs should be local (rep by Scott Douglass)</li><li>xsl can (and should?) be put in the class path</li><li>XTP/XSL line numbers are now reported better</li><li>&lt;%= 2 %&gt; as default XTP text should not be escaped.</li><li>wrapper.pl should use socket constants (fix! by Dave Moellenhoff)</li><li>handle DBPool overflow by waiting instead of throwing an exception.</li><li>work-dir fix (rep by everybody)</li><li>servlet.init() calling of getRealPath doesn't work (rep by Eric-Olivier Lamey)</li><li>jsp:setProperty with String[] should use getParameterValues (rep by Karsten Merkle)</li><li>tag optional initialization of Object property should use null (rep by David Geary)</li><li>POST errorPage to file returns method not implemented (rep by Alik Eliashberg)</li><li>i18n in nested body tag (rep by Michal Mosiewicz)</li><li>completed &lt;run-at&gt; servlet option</li><li>RunnerResponse problems flushing from forwarded page (rep by Ed Miner)</li><li>completed &lt;cache-mapping&gt;</li><li>basic auth now goes through authenticator (rep by Michal Mosiewicz)</li><li>servlet matching is now case-insensitive on NT</li><li>regexp hosts: &lt;host regexp='(?:[^.]+.)?([^.]+).com'&gt;</li><li>setContextClassLoader for servlet.init (rep by Rich Roth)</li><li>httpd.exe now uses console mode (rep by Mac Chan)</li><li>XTP needs to set Last-Modified properly (rep by Hans-Peter Schmidt)</li><li>DBPool robustness for failed connections (suggested by Michal Mosiewicz)</li><li>httpd.exe causing jdbc.odbc errors (rep by Paul Bauersfeld)</li><li>DBPool.getActiveConnections (rep by John Zedlewski)</li><li>filtering doesn't preserve encoding (rep by Michal Mosiewicz)</li><li>/script/iis_srun.dll appears in URL</li><li>JavaScript name mangling can't use base64 (rep Paul Bauersfeld)</li><li>unset tag attributes and values must be cleared for reused tags (rep Avi Cherry)</li><li>taglib uri='foo.jar' should look for META-INF/taglib.tld (rep by Sergio Socarras)</li><li>&lt;error-page&gt; in http-server (Apache only) (req by Eric Hansen)</li><li>resin:include (req by Eric Hansen)</li><li>wrapper.pl needs setpgid (rep by Das Ashutosh)</li><li>plugins need to understand web.xml (rep by Zachcial Slawek)</li><li>caching deletes charset from headers (rep by Michal Mosiewicz)</li><li>file not found from forward should be handled normally (rep by Ed Miner)</li><li>node()|@id matches all attributes (rep by Michal Mosiewicz)</li><li>Form processing with extra '&amp;' (fixed! by Steve Abatangle)</li><li>request.getRequestDispatcher problems with contextPath (rep by David Soergel)</li><li>mod_caucho handling multiple hosts in &lt;host&gt; (rep by Zach Bagnall)</li><li>Rewrite of JavaScript code generation and bean wrapping.</li><li>httpd -e &lt;url&gt

⌨️ 快捷键说明

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