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

📄 changes-1.xtp

📁 RESIN 3.2 最新源码
💻 XTP
📖 第 1 页 / 共 5 页
字号:
</li><li>Using CauchoSystem.loadClass in SessionStore for some finicky class loaders (rep by Dave Wallace)</li><li>keepalives were closing prematurely (rep by Horst Reiterer)</li><li>made QPooledConnection.getConnection() public (rep by Mark Dobbrow)</li><li>POST forms need to work with forward even if content-type is form (rep by Jason Martino)</li><li>Use XmlParser.QAttributes in ContentHandlerAdapter (rep by Frank Nestel)</li><li>jndi.properties in WEB-INF/classes overrides InitialContext (rep by TH Lim)</li><li>jndi-link fix to work with WebLogic</li><li>reversed classloader order to match JDK 1.2</li><li>xsl:attribute needs to override attributes (rep by Steve Chiu)</li><li>TagSupport.getValues() should return the keys (rep by Calvin Yu)</li><li>XML/XSL now parses and prints strings (rep by James Brosnan)</li><li>Fixing command-line invocation, httpd -e, jspc</li><li>detect win2k utf-8 with 0xfeff (rep by Jun J. Kang)</li><li>use application classloader for persistent sessions (rep by Dave Wallace)</li><li>RunnerRequest needs to call filterRead.close() instead of flush</li><li>when hit thread-max, start sending 503, Server Busy Errors (rep by John Moore)</li><li>XmlParser was calling endElement for the document (rep by Martin Cooper)</li><li>VirtualHost needs to add app to map before calling init (rep by Martin Cooper)</li><li>jspInit() called an extra time when modified (rep by Marcin Jagodzinski)</li><li>init(config) now works in JSP, though you should use jspInit() rep by Felix von Delius)</li><li>XTP now uses servlet parameters (rep by Marcin Jagodzinski)</li><li>&lt;iis priority&gt; configuration for ISAPI priority (rep by Martin Cooper)</li><li>Strip '"' from CLASSPATH (rep by Colin Barrett)</li><li>JNI now disabled by default</li><li>Document.getOwnerDocument() should return null (rep by Nicolas Lehuen)</li><li>NT stdout/stderr logs redirected to log/stdout.log (rep by James Dalrymple)</li><li>IIS double decode of servlet path fixed (rep by Jason Collins)</li><li>XSL API rewrite using factory patterns to resemble XSL engines</li><li>JavaScript API rewrite to user factory patterns</li><li>script notation in XSLT-lite, $if, $while, etc.</li><li>strip leading 0xfeff from utf-8</li><li>HTML/XML parser now optionally parses comments (rep by Eric Hansen)</li><li>quotes inside runtime attributes now work</li><li>DBPool max-idle-time -1 means infinite (rep by Steve Buikhuizen)</li><li>JspWriter.getRemaining() was always returning 0 (rep by Felix von Delius)</li><li>session interval of -1 should be infinite (rep by Vince Callaway)</li><li>report load-on-startup error pages to browser</li><li>caching synchronization fix</li><li>jdbc-store can now configure the tables (rep by Vince Callaway)</li><li>caucho-status shows timeouts, fix timeout config (rep by Kevin Welker)</li><li>added jndi-link supporting InitialContextFactory (rep by Fredrik Gustavsson)</li><li>Filled out JNDI implementation</li><li>httpd-port/srun-port deprecated</li><li>SSL support with JSSE</li><li>security-provider in config</li><li>system-property in config</li><li>dom level2 core support</li><li>sax2 support</li><li>jaxp support</li><li>XML external entity support</li><li>httpd/srun.exe resin-home search order</li><li>httpd/srun.exe -java_exe and -Xxxx</li><li>multipart-form/data</li><li>taglib uri-location should look for jars in classpath (req by Matthew Faso)</li><li>'\' escape at end of line after %&gt; will escape end of line (added by Talin)</li><li>config.c fix to handle null host </li><li>DBPool now has setMaxIdleTime (max-idle-time) for max idle time (rep by Kesav Kumar)</li><li>auto-compile classes in multiple &lt;classpath&gt; can now use any class (rep by Nick Popoff)</li><li>adding overriding xsl should cause xtp reload (rep by Ralph Winzinger)</li><li>localization mechanism added and message_en.xml added for JSP</li><li>fixed plugin bug forcing configuration reload every 15 seconds</li><li>plugins now use memory pooling to avoid leaks when rereading configs</li><li>better error reporting for errors in init()</li><li>improved detection of web.xml changes in plugins</li><li>&lt;jsp require-source=true&gt; will now give an error when the JSP is deleted (rep by Phil Smy)</li><li>XmlPrinter now understands OutputStream and Writers (rep by Jim Brosnan)</li><li>httpd-Mac was missing from distribution</li><li>ejb-ref now available with custom client factories</li><li>jndi configuration can now also appear in global configuration</li><li>UserTransaction support in DBPool</li><li>DBPool configuration now allows arbitrary properties (impl! by Tatsuya Bizenn)</li><li>better error message for bind exceptions (rep by Donald Vandenbeld)</li><li>Alarm and Cron missing from ServletServer! (rep by Donald Vandenbeld)</li><li>throw NullPointerException from sendRedirect (rep by Marc Larue)</li><li>caucho.xsl.stylesheet fix for reloading (fixed! by Talin)</li><li>session-config/cookie-domain to better support multiple hosts (req by HyoungKi Choi)</li><li>dbpool fix for problem preventing any pooling</li><li>parse error printing didn't work with plugins</li><li>Content-Length available() incorrect (rep by Dave Moellenhoff)</li><li>handle long urls (rep by Melanie Lampert)</li><li>detect duplicate servlet definition (rep by Richie Bielak)</li><li>make url-pattern case sensitivity configurable (req by Eugene Jhong)</li><li>external dtd in xml files (req by Steve Chiu)</li><li>use *.class even if the *.jsp is gone (req by Jens Gerhard and Frank Nestel)</li></ul></s2><s2 title="1.1.4 - Sep 6, 2000"><ul><li>nullpointer in all plugins for certain resin.conf (rep by Ed Miner)</li><li>caucho-status was not allowed in resin.conf (rep by Tauren Mills)</li><li>Base64 decoding fix (rep by flare)</li><li>"listen" is an allowed configuration in the server (fixed! by Jim Douglas)</li><li>getRemoteUser with IIS/Apache, but unconfigured should return basic principal (rep by Andre Minelli)</li><li>resin:include with file-not-found was adding resin:include as node (rep by Gregg Carrier)</li><li>Fix ;jsessionid on IIS (rep by Jens Goring)</li><li>Fix -encoding for external javac (rep by YT Kim)</li><li>Fix Apache getRemoteHost() (rep by Horst Reiterer)</li><li>TagSupport.getValues() should return the keys (rep by Calvin Yu)</li><li>IIS double decode of servlet path fixed (rep by Jason Collins)</li><li>call nextWrite.close() instead of nextWrite.flush() in ServletFilter.close()</li><li>mime-mapping expected .foo instead of foo (rep by Alain Origlia)</li><li>fixed string-length() toString() in XPath (rep by Nicolas Lehuen)</li><li>removed +CSO from jikes compilation (rep by Court Demas)</li><li>circular include detection bumped up to 64 (rep by Yori Sakakura)</li><li>JSP files for host:8080 were aliased with host:8090 (rep by David Thomas)</li><li>trailing space in filename was causing problems under NT (rep by Thomas Weber)</li><li>QRequestDispatcher race between request recycling and flushing (rep by Floyd Marinescu)</li><li>recover when cache file deleted underneath request (rep by Tim Fox)</li><li>cookie expires date was formatted wrong (rep by Dan)</li><li>configure.in fixes for iPlanet (rep by Michael Los)</li><li>jsp/end-tag-hack to work around tag library bugs (rep by Tim Fox)</li><li>XslGenerator.generate needs synchronization (rep by James Brosnan)</li><li>XPath sum() wasn't properly printed in XSL (rep by Marcin Jagodzinski)</li><li>configuration period has int/long overflow for month/year (rep by Rob Snell)</li><li>using BodyContent after dead should throw IllegalStateException (rep by MichalMosiewisz)</li><li>workaround for IE hiding error messages by default (rep by Tiberiu Fustos)</li><li>setSoTimeout is now configurable</li><li>cookies and sessions use Cache-Control: private for HTTP/1.1 and nothing for HTTP/1.0</li><li>anonymous caching uses Cache-Control: x-anonymous</li><li>explicit header should override cookie expires (rep by John Moore)</li><li>JSP preload with errors not properly caught (rep by Marc Larue)</li><li>content-length now recognized (rep by Julie Melbin)</li><li>cse_write_packet must be able to write empty packets</li><li>&lt;jsp_plugin can't have space in '; version' (rep by Jeff Perry)</li><li>MemoryStream bug causing array exception (rep by Lukasz Kowalczyk)</li><li>tweaks to class-update-interval as used by JSP pages</li><li>Fixed synch problem in QNamedNodeMap (rep by Brian Parkinson)</li><li>srun-port not picked up by mod_caucho (rep by Carlos Hanson)</li></ul></s2><s2 title="1.1.3 - June 23, 2000"><ul><li>handling of "out" in JSP files (rep by Dirksen Lau)</li><li>nullpointer in javascript when reload on server restart (rep by Piotr Fernandez)</li><li>app-dir/web.xml not detected by plugins (rep by Alexander Jerusalem)</li><li>// %&gt; was causing problems (rep by Matthew Faso)</li><li>iis_srun extension forwarding all req to Resin (rep by Filip Salomonsson)</li><li>large headers truncated with IIS (rep by Melanie Lampert)</li><li>thread-max calculation broken (rep by Matthias Ernst)</li><li>added disable-content-length (rep by Rafi Jacoby)</li><li>problems handling ';' in url (rep by Stefan Podkowinski and Vitaly Batychko)</li><li>missing host always returns the default host (rep by Antonio Freixas)</li><li>getRequestURI should return unescaped uri (rep by Mattias Ernst)</li><li>session.setAttribute can cause unboundEvent (rep by Oliver Koell)</li><li>form spaces not handled properly (rep by George Diswani)</li><li>&lt;a&gt; can't be pretty-printed (rep by Eric Hansen)</li><li>test.jsp not always force make of &lt;classpath&gt; (rep by Scott Douglass)</li><li>log(Exception) needs to unwrap exceptions (rep by Christian Wehrfritz)</li><li>cookie parsing wasn't catching 'foo=bar,baz=19' (rep by Jens Dennig)</li><li>some clients can send 'max-age' as cookie name (rep by Tripp Lilley)</li><li>jsp:useBean needs to understand import and inner class (rep by Matthew Faso)</li><li>ip printing writing signed bytes (rep by Ringer9)</li><li>error-page 500 should catch servlet errors (rep by Dave King)</li><li>request dispatcher include should allow spaces in query (rep by omar)</li><li>jsp:getProperty must use pageContext.findAttribute</li><li>BodyTag variables must use pageContext.findAttribute</li><li>BodyTag threading issues (rep by Matthew Faso)</li><li>Servlet ambiguity in JSP generation (rep by Rolf Scherer)</li><li>mod_caucho issues with slow servers.  Also added configuration in srun. (rep by Tiberiu Fustos)</li><li>&lt;java args='-O'&gt; didn't work for jikes (rep by Alan Berezin)</li><li>xsl:if for not(node()) was throwing RuntimeException (rep by Stargazer and Marcin Jagodzinski)</li><li>JSP generation should use full class names (rep by Rolf Scherer)</li><li>jikes detection fails for c:\foo\jikes.exe (rep by James Korotney)</li><li>fix for -srun argument (rep by Antoine Baudoin)</li><li>pretty-printing fix for &lt;img&gt; (rep by Steve Chiu)</li><li>xpath substring-after bug (rep by Steve Chiu)</li><li>improved mod_caucho connection heuristics</li><li>added socket timeouts</li><li>HttpServer should use 127.0.0.1 instead of localhost (rep by Neuronix)</li><li>load-on-startup with jsp-file (rep by Robert Grzywinski)</li><li>jsp:getProperty needs to understand isFoo (rep by Nasir Akhtar)</li><li>.war files need to handle .jsp (rep by Frank Nestel)</li><li>&lt;% %&gt; shouldn't automatically generate ';' (rep by Steve Chiu)</li><li>Use QJspFactory to avoid conflict with epicentric (rep by Tripp Lilley)</li><li>Report a better message for EPIPE (rep by Tripp Lilley)</li></ul></s2><s2 title="1.2.b1 - June 15, 2000"><ul><li>env-entry naming fix</li><li>basic log rotation</li><li>threading fix to handle thread pool better</li><li>DOM level 2 stubs for Xalan compatibility</li><li>CompilingClassLoader shouldn't mkdir WEB-INF/classes (rep by Scott Douglass)</li><li>DBPool pinging to detect crashes sessions (suggested by Guy Tal)</li><li>session reload attribute so each session request refreshes itself</li><li>distributed sessions with JDBC</li><li>DataSource configuration</li><li>support for JNDI java:comp</li><li>invocationKey needs getHost() instead of host (rep by Paul Little)</li><li>setContentLength no longer ignored (rep by Xavier Boix)</li><li>jsp:directive/declaration/scriptlet treated as globals in XTP (req by Eric Hansen)</li><li>Mac lexing issues with \r (rep by Paul Snively)</li><li>LogStream must only open each file once for Mac (rep by David Smiley)</li><li>threading rewrite for performance and stability</li><li>directory uses application char encoding (rep by Jen Hsien Huang)</li><li>cleaned main request/service() path

⌨️ 快捷键说明

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