Resin Change Log
Resin 3.0

Features
Installation
Configuration
Web Applications
IOC/AOP
Resources
JSP
Servlets and Filters
Portlets
Databases
Admin (JMX)
CMP
EJB
Amber
EJB 3.0
Security
XML and XSLT
XTP
JMS
Performance
Protocols
Third-party
Troubleshooting/FAQ

Feature Overview
Release Notes
Change Logs
Migrate from 2.1
Benchmarks
Features FAQ

Resin Changes
Resin-2.1 Changes
Resin-EE Changes
Old Changes
Change Logs
Change Logs
Resin-2.1 Changes

Resin 2.1 changes

3.0.snap - May 4, 2005

  • (2005-05-04) missing lock on mod_caucho configuration read
  • Response flushing could occur early on echo
  • (2005-05-03) IP logging for hmux wasn't setting proper IP (rep by Allen Firstenberg)
  • (2005-05-02) EJB initialization wasn't properly setting parent class loaders for servers (rep by Patrick Burleson)
  • ELParser wasn't consistent in the copy order (rep by Caleb Richardson)
  • Improve EJB error message with missing setter
  • Added setReadTimeout to HessianProxyFactory (rep by John Didion)
  • EL functions weren't converting char parameters properly (rep by Thorbjorn Anderson)
  • continuous redeploy on .war/.ear failure has changed with the deploy refactoring (rep by Patrick Burleson)
  • ROOT.war handling was not handling case-insensitive properly (rep by J Rogers)
  • JaasAuthenticator has misleading error message for missing login-module (rep by Jan Heise)
  • c:forEach issues with step != 0 (rep by T Palmer)
  • cleaned up StoreManager.getServerList() for startup (rep by Mirko Herzog)
  • EnvironmentProperties.put needs to allow for non-string values (rep by Zhenlei Cai)
  • Hessian ref writing wasn't creating proper integers (fixed! by Andy Nahapetian)
  • resin:message needs attribute for name in .rnc (rep by D Becker)
  • .ear module needs to allow id (rep by Patrick Burleson)
  • JdbcMessage needs to set autoincrement data before testing for table (fixed! by Mircea Crisan)
  • Hessian deserializers were not properly cached (fixed! by John Didion)
  • session timeouts must match persistent session timeout
  • DynamicClassLoader should ignore .class files which cannot be parsed (rep by Bryan Davis)
  • active-wait-time is now configurable (rep by Michael O'Dea)
  • JSP fragments weren't properly assigning the tag's context (rep by Bear Bibeault)
  • FileServlet wasn't handling If-Modified-Since sent by IE (rep by Anupam Bagchi)x
  • (2005-04-26) On Win32, use GetPrimitiveArrayCritical for get_byte_array_region (rep by Brian Deng and Joel Firehammer)
  • Hessian/EJB now supports forwarded transactions
  • _toByte not properly initialized in ToByteResponseStream
  • JSP issues with c:forEach and proper tag parent initialization (rep by Serge Knystautas)
  • description was missing from relation-role (rep by Igor Tarasov)
  • HmuxLoadBalanceServlet needs to retry timed out (rep by Scott Nelson)
  • (2005-04-10) Fixes to backup index calculation for '-' and '_'
  • JMX toString() and hashCode() need to allow invocation (rep by Jason Chaffee)
  • Refactored file and cluster persistent store to share common persistent backing
  • Moved common JMX/Environment handling code to EnvironmentDeployController
  • Changed default access log rollover size to 1G.
  • Reordered ObjectName so type is always first
  • Added MBeanHandle to allow proxies as return values of MBeans
  • (2005-04-04) ClusterStream wasn't tracking connections accurately (rep by Scott Nelson)
  • Add HmuxLoadBalanceServlet logging (rep by Scott Nelson)
  • Reworked DeployController to make JMX common
  • (2005-04-02) Add round-robin strategy to HmuxLoadBalanceServlet (rep by Dan Schwalbe)
  • clustered store wasn't properly invalidating remote
  • clustered session id problem with overflow of 64 (rep by Dan Schwalbe)
  • Added config: scheme and RemoteFilesystemServlet
  • ClassDependency needs to sort Exception
  • Allow resin:type in openssl password (rep by John Didion)
  • Added multipart form upload check for full disk (rep by Paul Nakada)
  • JMX wasn't registering the JMX delegate properly (rep by Jason Chaffee)
  • JDK 1.4 compat must remove LocalVariableTypeTable and fix LocalVariableTable for jikes 1.22 (rep by Joel Firehammer)
  • Caching db.Store needs to close RandomAccessFile, since RandomAccessFile doesn't seem to have a finalizer
  • Added static com.caucho.server.resin.Resin.shutdown() (rep by
  • Hessian readResolve/writeReplace were requiring public (rep by Josh Helmer)
  • (2005-03-21) AccessLog for hmux was printing remote IP for local machine, not client (rep by Markus Ken Moriyama)
  • Cluster communication issues with keepalive
  • removed DynamicClassLoader finalizer to help GC
  • Thread threads on web-app restart to avoid ThreadLocal issues (rep by Bill Au)
  • Adding missing jaxrpc API methods (rep by Fiaz Hossain)
  • Adding missing saaj API methods
  • added <connection> config to <database>
  • relaxng performance cleanup
  • ./configure compilation with broken openssl (rep by Mark Abbott)
  • i18n virtual issue with dots (rep by Itera Denmark)
  • Attributes.getValue(uri,localName) and null namespace issues (rep by Scott Lamb)
  • EJB/CMP was creating sequences even when create-database-tables='false' (rep by Christian Amott)
  • Fixed mapping of "/*" for plugins. (rep by Olaf Jentsch)
  • Added cluster client management to disable particular backends (rep by T Stray and Gary Doughty)
  • Added sample iptables in contrib
  • Cleaned up 503 failover for HmuxLoadBalanceServlet (rep by A Sade and J Robinson)
  • ResinConfigServer was losing host and timeout information
  • Added driver-type to database driver configuration
  • persistent-store now included as default resin.conf
  • i18n was using javaName instead of the encoding which was failing for KOI8-R
  • HmuxRequest needs the header capacity increased to 256
  • ignore-client-disconnect was ignored
  • added path-format to access-log (rep by Matthew Schmidt)
  • Added archive-path to web-app (rep by D Rice)
  • Amber extended to handle more than 64 fields (rep by christian)
  • detect illegal "xmlns:" attribute (rep by Jeroen van Vianen)
  • log non-serializable values put into sessions
  • EJB server start() changed to an environment callback for timing (rep by Andrea Mari)
  • ExpressionEvaluator was ignoring FunctionMapper
  • Add host-alias-regexp
  • make LinkProxy serializable
  • in .ear files, the manifest classpath entry is added to the ent-app environment
  • XSLT handling of default namespace (rep by James Howe)
  • Removed poll_read from accept
  • Added com.caucho.jms.resource.ListenerResource and com.caucho.jms.resource.MessageSenderResource.
  • Added var to <resource>
  • Added $\{root.*} EL variables
  • Refactor of server.config
  • Hello, world tutorial order of servlet-name and url-pattern
  • PageContextImpl must call responseAdapter.finish(), not close() (rep by Bryan Davis)
  • "ru" was using cp1251 instead of ISO-8859-5 (rep by Dmitry Tsigelnik)
  • (2005-02-28) mod_caucho issues with keepalive (rep by Gary Doughty)
  • Refactor of server.deploy

3.0.12 - Feb 15, 2005

  • JspCompiler needs to understand environment values like javac (rep by Hong Wu)
  • OpenSSL issue: QJniServerSocket was using JDK 1.5-only method (rep by Gary Doughty)
  • removed Page finalize method

3.0.11 - Feb 15, 2005

  • isapi keepalive backed out due to issues with chunked encoding
  • (2005-02-14) JSP char buffer issues with large buffers (rep by Markus Ken Moriyama and Bryan Davis)
  • setup.exe changes for Windows 2003 (rep by Jonathan Cavadini)
  • (2005-02-08) set content-length: 0 on 304 responses (rep by Takahiro Fukuda)
  • taglib-location needs to handle "file:/..." values (rep by Bill Au)
  • isapi_srun.dll issues with g_config initialization (rep by Amos Shapira)
  • Multiple changes in .smap/line numbering
  • JSP .tag files weren't validating properly (rep by Alon Salant)
  • logging in HmuxRequest wasn't handling offset correctly (rep by Oscar Sumano)
  • isapi_srun.cpp wasn't allowing keepalive (rep by Frank Nestel and Jens Gerhard)
  • (2005-01-27) synchronization issue with class loader and entry cache (rep by Thorkild Stray and Charles Reid)
  • (2005-01-26) CGIServlet error status wasn't reported correctly (fixed! by Nancy Deschenes and G Homicki)
  • CGIServlet needs to handle Location like sendRedirect (fixed! by Nancy Deschenes and G Homicki)
  • CGIServlet needs to throw exception for non-zero exit status (fixed! by Nancy Deschenes and G Homicki)
  • CGIServlet needs to search to handle path_info (fixed! by Nancy Deschenes and G Homicki)
  • CGIServlet needs to change the directory (fixed! by Nancy Deschenes and G Homicki)
  • include request.getHeaderNames wasn't handling if-modified-since properly (rep by Stephen Henrie)
  • mod_caucho updates to handle manual hosts (rep by A Jacklin)
  • HttpProxyServlet was not handling reset connections properly (rep by J Banister)
  • Issues with JDK 1.4 compatibility conversion (rep by Bryan Davis)
  • Config exceptions now logged with stack trac. (rep by Patrick Burleson)
  • MessageServer.Consumer.destroy() must check for session null before closing (rep by Patrick Burleson)
  • byte[] values for CMP were not properly handled (rep by Alvin Lau)
  • allow directory webapps/foo.war/ to represent /foo (rep by Patrick Burleson)
  • (2005-01-21) Improve Hessian error message when sending overloaded arguments (rep by Christian Campo)
  • IIOP marshall was using write_abstract_interface instead of write_object for Session objects (rep by Andrea Mari)
  • Added logging to print restart information on halt (rep by Ann Marie Gunther).
  • CGIServlet has new "executable" attribute (rep by Greg Brondo)
  • Added unclean-shutdown to openssl configuration
  • Added Amber load, create, update logging
  • Improved thread naming
  • AbstractParser needs to distinguish between top-stream and substream (rep by S Aiken)
  • Forbid user-name on all Linux, since it's not properly implemented. (rep by Allon Bendavid)
  • JSP namespace declarations weren't generated for %@ taglib (rep by Ari Savolainen)
  • Updated ResinStatusServlet to handle global JMX values (rep by Neil Fradkin)
  • HmuxRequest needs to break large responses into chunks (rep by Bryan Davis)
  • Last-Modified check should allow +0000 as synonym of GMT (rep by Scott Yancey)
  • Changed validation messages to include namespace when necessary (rep by Jared Cook)
  • ResinConfigServer of "current" uses gethostname
  • ContextImpl.list needs to pass "" instead of null for null list (rep by Andrea Mari)
  • Added forbidden, gone, and not-found to rewrite-invocation
  • FastCGIServlet needs more than one keepalive socket (rep by Chem)
  • CacheEntry wasn't removed when replaced
  • encodeURL shouldn't alter ?a=b (rep by Alexk)
  • JspCompiler was assuming JMX environment which was unavailable for a standalone call (rep by Hong Wu)
  • (2005-01-18) Add logging of Hessian server-side errors (rep by Christian Campo)
  • Burlap/Hessian deserialization with Object.class wasn't picking up types (fixed! by Mat McGowan)
  • Added error reporting when Hessian setting of a field fails (rep by ramk5101)
  • HessianRuntimeException needs to implement getCause() (fixed! by Christian Campo)
  • Hessian ArrayDeserializer needs to return the actual array type (fixed! by Christian Campo)
  • Hessian throwables should use the actual throwable class (rep by Christian Campo)
  • JspPrecompileInstance with -conf wasn't creating application properly (rep by Hong Wu)
  • HessianProxy needs conn.disconnect (rep by Steen Jansdal)
  • ServletServer was starting ClusterDef ports
  • Added enable to DirectoryServlet
  • Added default to resin:set
  • Added XsltFilter getResult to improve customization
  • Check for httpd2 for Apache2 on SuSE (rep by Don Coleman)
  • getWriter needs to set the checkError() value (rep by Dorel Vaida)
  • EJB message beans need separate JNDI environment for each bean (rep by Patrick Burleson and Ilker Egilmez)
  • web-app-deploy now allows for expand-cleanup-fileset (rep by Benoit Lubek)
  • eliminated plugin recursive loop with host_name="" (rep by Bryan Davis)
  • (2005-01-14) ExpandEntry wasn't handling null digest values (rep by Dmitri Rakitine)
  • ./configure test for openssl on solaris needs proxy libs (rep by Mark Abbott)
  • compilation cleanup for saaj (rep by Jeroen van Vianen)
  • broken ejb in .ear file should display errors in the webapps
  • .war and ejb .jar files in .ear need to recognize the Class-Path (rep by Patrick Burleson)
  • eliminated need to retroweaver, fixing .class for jdk14, jikes, and jrockit
  • (2005-01-11) HostContainer.getErrorApplication needs to set servlet-name
  • changed "ru" locale to default to ISO-8859-5 (rep by Dmitry Tsigelnik)
  • host/web-app regexp need to add mbeans properly
  • web-app tld specification must override default .jar/.tld definition (rep by Jeff Turner)
  • Hessian char serialization changed to use String consistently (rep by Dimitri Minich)
  • Amber should not pick up Hibernate files (rep by Jan Heise)
  • Compilation changes for JDK 1.5.0_01 (rep by Jeroen van Vianen)
  • FastCGIServlet should handle "status" as special return code
  • Fix EL equality checking for objects
  • JSP 404 checking could forwarding twice, resulting in incorrect access log
  • Connections not properly checking for port closure on request
  • Multiple ClusterStore synchronization issues
  • Error in validation of MDB: activation-config-property (rep by Andreas Mueller)
  • (2005-01-05) persistent store needs to respect the session timeout, not have a longer one
  • added cmp-field auto-generate="false" to disable autogen (rep by Richard Yee)
  • (2005-01-03) change database validation
  • cluster-store database threading fixes for index
  • JSP buffer cleanup
  • host regexp was instantiating too many JMX values (rep by Shane Cruz)
  • Combined keepaliveBegin/keepalive in Port for reliability (rep by Dave Mollenhoff)
  • Added connection-max to http/srun ports (rep by Dave Mollenhoff)

3.0.10 - Dec 20, 2004

  • Amber @OneToMany must handle parameterized types. (rep by Carlos Pita)
  • EnvironmentProperties.put needed to implement Object-argument methods (rep by Chris Pratt)
  • Add javac max-batch to configure the number of .java compiled (rep by Yaakov Chaikin)
  • ContextImpl.composeName reversed prefix and suffix (rep by N Yurchenko)
  • HmuxLoadBalanceServlet was not detecting closed clients properly (rep by Leonid Geller)
  • resin:type and resin:import need their namespaces (rep by Robert Koberg)
  • (2004-12-06) licenses should be allowed in the -server-root (rep by chem)
  • Amber fields were initialized before properly sorting, causing potential field swapping
  • Jar reload requires the jar files be closed (rep by Chris Chen)
  • getMethod in EjbBean needs to check concrete superclasses before interfaces (rep by Jan Gregor)
  • rotate-log with period and size need to work together (rep by S. Higgins)
  • DynamicClassLoader should cache resource URLs
  • Application buildInvocation needs to cache the filter chain
  • BundleManager needs TimedCache
  • ClassDependency digest sorting must distinguish overriding methods
  • ClassDependency and Depend should use CRC64
  • filters calling JSP including HTML were using getOutputStream (rep by Matt Raible)
  • resource-ref must validate JNDI at Application init (rep by Matt Raible)
  • flush() in WrapperResponseStream should not automatically allocate an OutputStream (rep by Matt Raible)
  • jstl was still picking up Resin's JSTL implementation (rep by John Hyun)
  • transaction timeout must only mark the transaction as rollback-only (rep by Po Cheung)
  • Listeners in web.xml should override .tld listeners (rep by Matt Raible)
  • If connections aren't closed, save the allocating source automatically
  • application listener destroy must be called after session listener destroy
  • xsl:decimal-format wasn't escaping &apos; properly (rep by Rick Meyer)
  • request.getServerName() must return the Host value, not the canonical name
  • c:param should work as grandchild of c:import (rep by Steve Swing)
  • c:param in c:import wasn't encoding '%' as '%25' (rep by Dean H)
  • EJB wasn't generating code for inner classes properly (rep by Jan Gregor)
  • Added cookie-http-only (rep by Knut Forkalsrud)
  • jsp-directive-page wasn't setting the default page-encoding (rep by Chris Chen)
  • LocaleSupport wasn't handling fmt:bundle prefix (rep by Steve Swing)
  • Avoid potential timing problem with AbstractHttpRequest.getSessionManager (rep by Neil Fradkin)
  • fmt:bundle not working properly with fallback locale (rep by Charles Fu)
  • Add lazy-servlet-validate for ISPs (rep by J Robinson)
  • auto-consraint with no roles is equivalent to forbidden (rep by Hiroaki Kawai)
  • transport-guarantee was not enforced in combination with form-login
  • Added <ssl-session-cookie>
  • JSTL fmt:setLocale wasn't handling variant (rep by Paul Egli)
  • Accept Foo$Bar as <tag-class>
  • portlet-10.jar needs to be compiled with JDK 1.4
  • JspCompiler now compiles batches of JSP files (fixed! by Bin)
  • Added require-file to ear-deploy and war-deploy (rep by Patrick Burleson)
  • Added expand-prefix to ear-deploy and war-deploy (rep by Patrick Burleson)
  • Amber query with trailing tokens were not printed as early as possible
  • abstract-schema-name needs to check for conflicts
  • Added <server-header> to override Server: Resin/foo (rep by Adam Ratica)
  • %T option wasn't properly counting the expired time for keepalives (rep by Jan)
  • XmlAuthenticator setPassword wasn't properly setting principal (rep by Dave Brosius)
  • XmlApplicationPath setRoot wasn't setting root (rep by Dave Brosius)
  • JMX TimerJob wasn't setting nbOccurrences properly (rep by Dave Brosius)
  • PasswordCredential wasn't properly assigning mcf (rep by Dave Brosius)
  • amber UnaryExpr isBoolean had improper test (rep by Dave Brosius)
  • Application.addSecurityRole was missing (rep by Joe Bissen)
  • HotSwap should work with -jdwp - only available with JDK 1.5
  • mod_caucho wasn't properly handling 503 for virtual hosts when Resin down (rep by K Fetterman)
  • (2004-11-26) Added keepalive-max to <host> (rep by Dane Foster)
  • UserConnection.addStatement NPE (rep by Dimitri Rakitine)
  • gzip filter and include were not interacting properly with caching (rep by Scott Yancey)
  • Added "merge:" schema (rep by Takahiro Fukuda)
  • JMS/JCA wasn't reusing pooled items properly (rep by Bryan Davis)
  • Changes for JMS Oracle compatibility with Topics (rep by Bryan Davis)
  • Added message-consumer-max to ejb-server for message queue parallelism (rep by C Cao)
  • (2004-11-18) JMS compatibility with Oracle (rep by Bryan Davis)
  • Connection UserPoolItem must store original transaction for delisting (rep by Dimitri Rakitine)
  • Store fragment locking on wrong object
  • Statement overflow for pooled connection (rep by Dimitri Rakitine)
  • UserPoolItem/PoolItem issues with multiple transaction enlisting (rep by Dimitri Rakitine)
  • OneToMany for fields wasn't generating proper code
  • Burlap Base64 was incorrect (fixed! by kellegous)
  • hashCode in CachedQueryKey has potential NPE (fixed! by Dave Brosius)
  • XML parsing of ATTLIST wasn't checking "ID" properly (fixed! by Dave Brosius)
  • EJB-QL BETWEEN wasn't handling NOT correctly (fixed! by Dave Brosius)
  • Need to allow description in <web-app> (rep by Keith Fetterman)
  • Added mbean-name to <log>
  • com.caucho.security.PolicyImpl needs to handle null ProtectionDomain from RMI (rep by Damien Mascord)
  • ThreadPool startConnection was returning false when it should wait for connection (rep by Dave Moellenhoff)
  • Cleaned log message for JSSE socket with no client certificate (rep by javatester)
  • Context parent classloader not properly set for host regexp (rep by R Clifton)
  • 304 was adding Expires for non-cached configuration (rep by javatester)
  • Improved error reporting on JniFilePathImpl (rep by E Ceccarelli)
  • JMS ObjectMessage deserialization requires context loader (rep by A Nyhren)
  • Added META-INF/resin-ejb-jar.xml (rep by P FitzPatrick)
  • shutdown-wait-max was not properly catching interruptions to wait for web-app timeout (rep by D Turakhi)
  • (2004-11-08) fixes to the new proxy caching code
  • (2004-11-07) lazy web-app now has idle-time for undeploy
  • lazy web-app with startup errors are not automatically restarted by alarm
  • Increased default characters for session cookie-length to 16
  • Updated session cookie generation to enhance randomness
  • .class dynamic reload was not correctly releasing class definition (rep by Gary Doughty)
  • License init order needed changing to handle IBM JDK (rep by Gary Doughty)
  • HmuxRequest needs to handle keepalives properly by ignoring Connection: close (rep by Chip Yamasaki)
  • ThreadPool needs to call interrupted() before wait (rep by Javier Ordonez)
  • added resin.jar startup to Resin-Pro with resin.conf parsing (rep by F Garcia)
  • Added bind-ports-after-start (rep by Bryan Barkeley)
  • Explicit web-app in resin.conf must override the webapps/ROOT
  • Multipart form now returns caucho.multipart.form.error.size (rep by Ryan Choi)
  • Multipart form now accepts caucho.multipart.form.upload-max (rep by Ryan Choi)
  • Updated i18n to handle java.nio.charset.Charset (rep by Koichi Takehara)
  • cluster-store updated to avoid massive dump on startup (rep by Felipe Garcia)
  • Added <error-page> at server level for busy messages (rep by Craig Lurey)
  • Added rewrite-dispatch (rep by Trieu Truong)
  • Added rewrite-real-path (rep by Trieu Truong)
  • Added capability for DBPool to create runtime pools (rep by Craig Lurey)
  • JSP SMAP problems with included files (rep by Louis Calisi)
  • JSP error-page with filters had ClassCastException (rep by Bryan Barkeley)
  • Check for stdout-log setting to stdout (rep by Bill Au)
  • OpenSSL needs to listen to specific host interface
  • servlet-mapping order was incorrect in .rnc file
  • (2004-10-19) .smap fixes for .jsp scriptlets (rep by Louis Calisi)
  • use .smap for ErrorPageManager instead of LineMap (rep by Louis Calisi)
  • <ping> socket timeout needs to accept Period (rep by Bill Au)
  • updated JNI to properly handle read-timeout and write-timeout (rep by Jud McKee)
  • updated ssl write handling to handle client disconnects (rep by Jud McKee)
  • HessianOutput.writeRef was incorrect (rep by Toby)
  • allow resin:type in string values (rep by Bob Rhodes)
  • removed unnecessary copies for file and caching writes
  • converted cluster to use internal database
  • converted caching to use internal inodes from database
  • limit the allowed URL size in the query cache
  • fmt:param wasn't properly printing XML version for validation (rep by Matt Raible)
  • x:parse wasn't recognizing doc attribute for JSTL (rep by John Hyun)
  • JSTL custom tags weren't checking for isScripting (rep by Jason Chaffee)
  • client-read-timeout needed in cluster-definition (rep by Girish Rathor)
  • solaris resin.h needs to define socketclose to close (rep by Richard Fein)
  • run-at servlets were not properly closed on web-app shutdown (rep by Gary Doughty)
  • Allow for paths like MergePath in document-directory (rep by Patrick Lightbody
  • Disable JSP .static pages to simplify precompilation (rep by Randy Eckhoff)
  • added support for char-caching of includes
  • added dispatch-wraps-filters
  • SC_SWITCHING_PROTOCOLS typo (rep by Nancy Deschenes)

3.0.9 - Oct 1, 2004

  • (2004-10-01) Application needs to have _configException test as part of isModified()
  • pages generating sessions default to non-cacheable
  • JSP taglib issue with doEndTag returning bogus value (rep by Alpesh)
  • Fix Date second issues in HTTP response (rep by Ben Tyler)
  • multiple issues with resin:set, host context, and PathBuilder (rep by Will Jaynes)
  • missing null checks in JNI SSL code (rep by Andrew Marcuse)
  • validation of <filter-mapping> with Resin namespace flipped order filter-name order (rep by Olaf Krische)
  • request variables not available in JSP tag files (rep by Jason Chaffee)
  • tag files weren't receiving proper request and response values from wrapped PageContextImpl (rep by Jason Chaffee)
  • External compiler should discard missing paths from compilation classpath to avoid warnings (rep by David Soleno)
  • wrapper.pl wasn't properly handling pid removal (rep by Jason Chaffee)
  • Cache/Range fixes
  • Range fixes for multiple range values
  • (2004-09-15) Refactoring distribution into Resin/Resin-Pro
  • Connection.isClosed was throwing illegal state exception (rep by Philip Lau)
  • (2004-09-10) JMX fixes to support jconsole
  • HessianMicroInput was still looking for <value> (rep by Tomasz Lempart)
  • When client cert returned, use CLIENT_CERT_AUTH from getAuthType() (rep by Keith Fetterman)
  • Added tld-file-set (rep by Sean Moore)
  • HTTP Range fixes
  • persistent store should not automatically save empty sessions
  • JSP session="false" should still allow pageContext.findAttribute with session (rep by Jason Chaffee)
  • 204 and 304 should allow for content-length (rep by Jason Chaffee)
  • Added AlwaysModified dependency to dispatching errors to avoid getting stuck on startup
  • (2004-09-02) enhanced JspCompiler to handler -conf (rep by Frank Millstrong)
  • fixed synchronization of access log for rollover (rep by A Marcuse)
  • updated EL to look for public interface when method isn't public
  • cleanup of servlet-mapping with Resin restart
  • Added verify-client for jsse (rep by Dung Huynh)
  • added burlap: JNDI
  • instantiation testing needs to return better message for broken runtime classes (rep by Richard Yee)
  • resin.conf needs to handle public interface but private classes
  • isapi_srun service restart fixes (rep by Linden Anderson)
  • Hessian serialization of home interfaces fixed (rep by hsim)
  • AccessLog timing cleanup (rep by Anupam Begchi)
  • SecurityRoleMapFilterChain loop bug (rep by Ross Lamont)
  • ClassDependency needs to sort the fields and methods (rep by Markus Baron)
  • (2004-08-25) added <alias> to jsse configuration (rep by Christian Meunier)
  • added dependency-check-interval to <jsp> (rep by ernest Mecham)
  • Apache2 mod_caucho wasn't accepting chunked encoding (rep by Mandel AndrAcceas)
  • isapi_srun.dll changes to fix IIS logging issues (rep by Matt Illston)
  • (2004-08-11) Range support needs to deal with multipart/byteranges (rep by Paul Ryan)
  • (2004-08-06) WebAppConfig used String.contains which only exists in JDK 1.5 (rep by Allon Bendavid)
  • Added filter-mapping capability to include/exclude (rep by Ivan Jouikov)
  • Added Hessian send-collection-type flag to avoid sending the type (rep by Juergen Holler)
  • Fixed Solaris OpenSSL initialization (rep by Richard Fein)
  • Added Hessian/Burlap ServiceContext.getHeader (rep by Simone Bordet)
  • Added OpenSSL checks to ./configure
  • (2004-07-30) -with-openssl-lib wasn't setting -lssl (rep by Richard Fein)
  • Added stylesheet cache for XSL (rep by Stephen Henrie)
  • Distributed sessions not checking for empty (rep by Warwick Poole)
  • Updated blob search using Types.BINARY (rep by Warwick Poole)
  • XSL transformer doesn't handle QNode with baseURI == null (rep by Leandro Fernandez)
  • (2004-07-26) Path.getURL needs to escape '#' and '%' (rep by Chris Donnelly)
  • .tag files with scriptlets and dynamic attributes weren't handled (rep by Matthias Ernst)
  • ./configure will now check for libsso.so as weel as libssl.a and libssl.dylib
  • Change SSL client handshake errors to ClientDisconnectException (rep by Menashe Duchovny)
  • <web-app> with url-regexp and common document-directory was breaking context-path (rep by
  • Better error message for use-persistent-store without cluster
  • Better error message for OpenSSL with missing JNI library (rep by Ben Booble)
  • ResinStatusServlet added invocation and proxy hit ratio (rep by Bill Au)
  • ResinStatusServlet added cluster client information (rep by Warwick Poole)
  • x:transform with systemId was forcing recompile (rep by S Henrie)
  • Updated ./configure for Solaris and sun compiler (rep by Mark Femal)
  • transaction timeout wasn't properly reset at end of context
  • (2004-07-21) JSP 1.2 allows xmlns="http://java.sun.com/JSP/TagLibraryDescriptor" (rep by Frank Millstrong)
  • Caching with disconnect and include was producing null caches
  • Changed names of default servlets to "resin-file" (rep by Suavi Ali Demir)
  • servlet-mapping with default servlet-name should default to url-pattern
  • infinite loop with JMX isInstanceOf (rep by Mark Abbott)
  • Timing issue with end of transaction vs pool timeout (rep by Dimitri Rakitine)
  • Apache Basic auth needs to take precedence (rep by Keith Fetterman)
  • (2004-07-13) JSP .tag files not recompile on JSP changes (rep by Alon Salant)
  • JSP recompilation on tag changes (rep by Hiroshi Iwatani)
  • LinkedHashMap with EL issue (rep by Rob A)
  • ./configure was using "==" instead of "=" (rep by J Xia)
  • http read issues with Content-Length and offset != 0 (rep by Alon Salant and Jason Chaffee)
  • (2004-07-01) Substantial EJB refactoring in progress
  • c:forEach with array less than begin attribute should ignore body (rep by Bin)
  • XPath gt with node set reversed args (rep by Sondre Bjornebekk)
  • jsp:include with jsp:param wasn't catching scripting (rep by Willy Dockx)
  • jsp:include with null jsp:param wasn't handling null properly (rep by Jeroen van Vianen)
  • HttpServletRequestWrapper throws IllegalArgumentException (rep by Hiroshi Iwatani)
  • ./configure added twice to resin-3.0.8 (rep by Jean-Baptiste Quenot)
  • XML EntityResolver wasn't opening source with system id property (rep by Jared Cook)
  • ./configure with Apache2 on solaris wasn't picking up LD_SHLIB (rep by Dustin Tenney)
  • JSP taglib BeanInfo needs to override default bean (rep by Bryan Davis)
  • The directory-servlet should only be looked up once (rep by Adam Ratica)
  • Added validate-taglib-schema for <jsp> (rep by j huynh)
  • Added "on" as a value for j_user_cookie_auth (rep by Don Coleman)
  • Add <allow-servlet-el> to default resin.conf (rep by Wai Wong)
  • Class hot-redeploy was disabled (rep by Stephen Henrie)
  • Need to unwind from UserTransaction.begin() when error (rep by Dimitri Rakitine)
  • Added TransactionEnhancer
  • Removed unnecessary thread.interrupt() in JavaCompiler
  • Removed extra lock on LruCache.clear()

3.0.8 - Jun 8, 2004

  • (2004-06-08) Win32 locking issues in jni_vfs.c
  • JMX StandardMBean overrides (rep by David Dunkley)
  • BodyContext.clearBody must not be abstract (rep by Matthias Ernst)
  • JMX MBeanOperationInfo equals needs overriding (rep by David Dunkley)
  • BasicDeserializer needs to handle character (rep by S Monson)
  • QDocument validation with null namespace in createElementNS (rep by Mattias Ernst)
  • resin:choose and resin:set s/b allowed in <resin> and <server>
  • Added --enable-64bit support for Solaris (rep by Michael O'Dea)
  • (2004-06-04) fn:length support for array (rep by Jeroen van Vianen)
  • JNI/native changes to accomodate 64-bit jni
  • (2004-06-03) resin:include regression issues with relative paths (rep by Greg Schroeder)
  • xml parse fixes related to namespaces and DOM attributes
  • (2004-05-28) Misc memory fixes
  • Relax jar manifest checking (rep by Matthias Ernst)
  • Updated JMX StandardMBean implementation
  • Added ThrottleFilter
  • Jar depend caching needs to be cleared when the jar changes
  • (2004-05-24) Alarm priority queue impl changed to heap
  • Added "hessian:" JNDI URL
  • Resin's main MBeanServer must be a proxy
  • (2004-05-20) .war reloading fixes
  • TempCharReader.read() method not returning correct length (rep by Sunil Kamath)
  • host-deploy undeploy (rep by cornwell)
  • (2004-05-17) Missing ZipFile close for TldParsing
  • Added adaptive LRU
  • Fixed IIOP exception marshalling (rep by Andrea Mari)
  • JSP flushing issues: removed JspBufferedWriter (rep by
  • added --disable-ssl to ./configure (rep by Michael O'Dea)
  • Cleaned up UserConnection automatic statement closing
  • Cached XML parsing for web.xml (to reduce memory use)
  • (2004-05-07) On windows, need to strip trailing '.' and space from URL segments
  • log rollover can compress to .gz (rep by E Ceccarelli)
  • AbstractHttpResponse.isIgnoreClientDisconnect needs to check _originalRequest
  • AccessLog rollover fixes (rep by Andrew M)
  • important bug fix with win32 keepalives (rep by Kelvin Xu)
  • mod_caucho problems with virtual hosts fixed (rep by Chris Smith)
  • load balancing with sticky sessions was ignoring dead time (rep by Ben Sinclair)
  • Hessian/Burlap need to handle private constructors
  • file servlet with NOT_MODIFIED and cache-mapping needs to set expires (rep by Alon Salant)
  • Hessian support for java.io.File
  • resin:set wasn't handling var/value attributes
  • (2004-05-06) Added day-of-week to cron (rep by E. Ceccarelli)
  • FastCGI/PHP fixes (rep by Dan Aloma)
  • ear deployment wasn't showing up in /caucho-status (rep by B Bothwell)
  • Added message-driven proxy to merge *.ejb files (rep by Alon Salant)
  • Deadlock fixed with ExpandDeploy
  • wrapped encodeURL for include needs to go to parent
  • regression issue with contextInitialized() (rep by Jeroen van Vianen)
  • (2004-04-30) startup-mode, redeploy-mode and JMX control of web-apps (rep by David Solano)
  • Fixed LruCache NPE (rep by Dave Moellenhoff)
  • session in-use must be tested on timeout (rep by Gary Doughty and Mattias J)
  • fixed OpenSSL session cache initialization (rep by D Orrell)
  • fixed OpenSSL verification depth checking
  • web-app in web-app-deploy overrides defaults (rep by Mark Church)
  • XPath nodeSet values need to return NodeList (rep by Mattias J)
  • Session invalidate issues with file-store (rep by Bernd Eggink and Alon Salant)
  • ELFormatter patterns should be relative to the current context
  • Added validation for verify-client
  • ResinStatusServlet was displaying the "current" host twice
  • check for null with OPENSSL_INCLUDE in configure.in (rep by Keith Fetterman)
  • DOM importNode infinite loop (rep by H Mullings)
  • Added support for separate Apache APR directory (rep by Don Coleman)
  • Fixed XML regression error for doctype
  • Fixed NPE in ResinStatusServlet (rep by Eric Hauser)
  • (2004-04-20) Add setId to ServletConfigImpl
  • tld listener need to start on application start, not first JSP - needed for JSF (rep by Joe Dane)
  • Added SSL_load_client_CA_file for ca-certificate-file support (rep by D Orrell)
  • XSL from DOMSource or SAXSource needs CRC-64 caching for Hibernate (rep by Jeroen van Vianen)
  • Vector wasn't properly read by Hessian
  • Add ClearCacheByPattern (rep by John Crossman)
  • lazy validation of tag classes
  • BodyTag optimization issues with Tag's doStartTag() returning BUFFERED (rep by Viktor Panassov)
  • regexp-mapping with mismatch should return 404 (rep by Dave Moellenhoff)
  • regexp-mapping has null for servlet-class (rep by Dave Moellenhoff)
  • GC cleanup
  • (2004-04-15) Cluster issues with backup servers (rep by Remilon)
  • Catch connection errors in Hessian/Burlap proxy to allow for failover (rep by Andrew Wason)
  • EL array not properly handling out of bounds exception
  • Improved OpenSSL error messages.
  • HmuxLoad balancer now fails over to backup on 503
  • Send 503 busy message when load balancer can't connect to backend (rep by Thomas Eichberger)
  • Automatically save allocation stack traces once a missing close() is found
  • cleanup of JNI select for IIS (rep by Muthu Shanmugam)
  • Added RuntimeExceptionWrapper to GzipFilter (rep by Dave Moellenhoff)
  • RotateStream now allows rollover-size with rollover-period
  • JSP error page reporting shouldn't throw the IllegalStateException when data is flushed (rep by Jennifer Leong)
  • Added cluster client configuration
  • Inner <log> should override outer <log> (rep by Lon Tierney)
  • JSP validator for custom tag wasn't printing attributes (rep by Jeroen van Vianen)
  • validator printing for JSTL wasn't escaping quotes (rep by Fyodor Golos)
  • jsp20-tld.rnc was using wrong init-param definition (rep by Fyodor Golos)
  • (2004-04-07) Added logging to Lifecycle
  • include wrapper needs to take care of filtered responses (rep by Ales Perme and Jeroen van Vianen)
  • Missing getVariableResolver in PageContextImpl (rep by Adam Megacz)
  • added read-timeout and write-timeout
  • session timeout without always-save-session (rep by Mattias J)
  • context-param should not use EL by default (rep by Martin Cordova)
  • xsl:import of duplicate files was causing conflicts (rep by Lon Tierney)
  • added #define for ssl.c for OpenSSL 0.9.6 vs 0.9.7 messages (rep by Andrew Marcuse)
  • Reduced Jar caching need by handling Class depend as a special case (rep by Erich Oliphant)
  • (2004-03-31) regression issues with filters and Writer/OutputStream
  • (2004-03-30) GzipFilter and close (rep by Dave Moellenhoff)
  • Issues with GzipFilter and resetting (rep by Dave Moellenhoff)
  • (2004-03-29) Classes from Jar now only check Jar file for depend
  • jsp:scriptlet in jspx was limited to 1k (rep by Vladimir Nicolici)
  • UTF8Writer off-by-one in capacity check (rep by Dave Moellenhoff)
  • XsltFilter shouldn't change the output stream when an exception is thrown (rep by Lon Tierney)

3.0.7 - Mar 25, 2004

  • updated GzipStream close (rep by Dave Moellenhoff)
  • (2004-03-24) JspPrecompileServlet handling sub-web-apps (rep by George Cox)
  • PingThread wasn't properly shutting down the server
  • (2004-03-23) error-page mapping problems (rep by Dave Moellenhoff)
  • PI handling in JSPX pages (rep by Robert Koberg)
  • error-page handling of top servlet exception (rep by Dave Moellenhoff)
  • XsltFilter path lookup changes (rep by Lon Tierney)
  • (2004-03-19) major changes relating to OutputStream vs PrintWriter (rep by Dave Moellenhoff)
  • war expand path issues with "_" and name (rep by Lon Tierney)
  • PrintWriter vs OutputStream changes for JSP and Servlets
  • (2004-03-16) Issues with JSP buffer size and includes (rep by Vladimir Nicolici and Dave Moellenoff)
  • OpenSSL wasn't catching ClientDisconnect properly (rep by Chris van Zwynsvoorde)
  • ClassEntry cache in DynamicClassLoader can't be lru or softreference (rep by Lon Tierney)
  • fdatasync should be fsync (rep by Lon Tierney)
  • Added TLD <listener> support (rep by Aaron R)
  • (2004-03-15) jni_vfs.c problem with accept (rep by Eric Raymond)
  • comments and pi were causing problems with node builder (rep by Andreas Mueller)
  • Win32 JNI issues with directories and FileServlet (rep by Dave Ford and Vince Law)
  • temporary patch to security-manager handling (rep by Greg Griffing)
  • Caching issues with Body tag include (rep by Vladimir Nicolici)
  • JMX name shouldn't be "" for default host for JDK 1.5 (rep by Jeroen van Vianen)
  • c:param shouldn't need to be direct child of c:url (rep by Jeroen van Vianen)
  • jsp:setProperty with BigDecimap property type support (rep by ChrisP)
  • (2004-03-12) XsltFilter update to support Xalan (rep by Lon Tierney)
  • XsltFilter needs to search classpath (rep by Lon Tierney)
  • JMX ObjectName params can have spaces
  • Updated QDocument.importNode (rep by Sailor Zhang)
  • Fixed potential cross-site scripting issue (rep by Vernon Adams)
  • ear needs to read MANIFEST.MF for Class-Path (rep by Joshua Swartz)
  • Added xsl:sort case-order (rep by Lon Tierney)
  • Added nativeChmod to resin.def (rep by Jeroen van Vianen)
  • ELParseExtension should extend JSP ELParseExtension
  • (2004-03-09) StreamPrintWriter wasn't overriding write(String) (rep by Kevin Oliver)
  • (2004-03-01) Significant reworking of Deploy code
  • Quercus StructuredText needs additional check for javascript: (rep by Vladimir Nicolici)
  • c:forEach with validation and no items wasn't printing correctly
  • c:forEach issues with contained tags
  • FileSetType with no include should default to include all
  • .ear files were not redeployed automatically (rep by Douglas Padian)
  • Added JspPrecompileResource for batch precompilation (rep by Dave Moellenhoff)
  • Allow file-store in <session-config> (rep by Markus Baron)
  • i18n issues with JSP include (rep by Markus Baron)
  • JSP line number issues on windows (rep by Bin)
  • jsp:include with flush="false" and wrapped response wasn't flushed properly (rep by Markus Baron)
  • Added TABLESWITCH and LOOKUPSWITCH to code analyzer (rep by Adam Megacz)
  • Added XA log
  • library-loader should accept .jar as path and <fileset> (rep by Vitali K.)
  • Cleaned up WorkManager start vs schedule (rep by Javier Ordonez)
  • Bean-style serialization for Hessian/Burlap (rep by Nicholas Averseng)
  • (2004-02-13) jsp:include flush="false" with tags issue
  • updated plugin_ignore so first match isn't required (rep by Larry Leszczynski)
  • xsl:template issues with name and match
  • Added Apache 2.0 support for Location-distinct ResinConfigServer (rep by Javier Ordonez)
  • MBeanServerImpl was missing getDomains() (rep by Mike Perham)
  • Added Hessian/Burlap convenience methods (rep by Nicholas Averseng)
  • Added Hessian/Burlap fault reporting enhancement (fixed! by Nicholas Averseng)
  • Added security-role-ref to servlet
  • lazy-init to <host> and <host-deploy>
  • Add sub <web-app> capability
  • Burlap/Hessian writeReplace and readResolve messed up refs (rep by Nicholas Averseng)
  • Switch to IdentityHashMap for Burlap/Hessian refs (rep by Nicholas Averseng)
  • added readCall, readHeader, readMethod for Burlap/Hessian (rep by Nicholas Averseng)
  • Missing EL syntax checking (rep by daver)
  • MessageFormatter needs to unwrap exception (rep by Thomas Zehetbauer)
  • Logger.setLevel needs to update the level (rep by Matthias Ernst)
  • Jmx parse properties needs to set "" for null value (rep by Mike Perham)
  • GzipStream needs to propagate close (rep by Dave Moellenhoff)
  • Added restart() & other JMX data to WebAppMBean and HostMBean (rep by Mark Knowles)
  • JMX fixes to support JDK 1.5
  • XmlTransformTag.doEndTag was swallowing exceptions (rep by Markus)
  • session.invalidate() nullpointer with missing authentication (rep by Markus)
  • NodeBuilder can now configure File attributes (rep by Giles Parnell)
  • JSTL sql:setDataSource didn't support the driver attribute (rep by David Campbell)
  • Added <backup-driver> to <database> (rep by Vic Cekvenich)
  • XAResource.end wasn't called on each connection for isSameRM pool items (rep by Andreas Muller)
  • BundleManager.create() wasn't saving itself in the local environment
  • EL getter throwing exception shouldn't absorb the error (rep by Dave Ford)
  • allow-servlet-el was missing from Resin 3.0 (rep by Adam Megacz)
  • mod_caucho wasn't receiving srun backup configuration
  • (2004-02-02) JSP with extends wasn't getting automatically reloaded (rep by Assaf Urieli)
  • Fixed issues with logout and JdbcStore or FileStore (rep by Gary Doughty)
  • MBeanConstructorInfo was stubbed out (rep by Randy Jackson)
  • SAXParser, even with validating as false, should handle XML defaults (rep by Robert Sfeir)
  • In a .tag file, jspContext.getAttribute("xxx", REQUEST_SCOPE) had nullpointer (rep by jvdsandt)
  • (2004-02-02) Changes to PingThread to minimize the possible freezes
  • Fixed cluster-definition and cluster-ref implementation
  • fix for OpenSSL certificate memory leak (fixed! by David Orrell)
  • Test for conn = 0 for possible nullpointer in QJniSocket
  • JSP needs to be recompiled when XML tag changes (rep by Jeroen van Vianen)
  • Removed HmuxLoadBalanceServlet dependency on CauchoRequest
  • Manual Apache configuration restored for mod_caucho (rep by Robert Sfeir)
  • distributed-store with multiple http ports and hw load balancer wasn't matching distributed object names
  • (2004-01-28) Allow LogManager.addLogger for custom logs (rep by David Soleno)
  • Added multiple <logger> as children of <log>
  • (2004-01-26) Added socket-listen-backlog to port (rep by Tim Craycroft)
  • compiling-loader can now batch compilation, defaulting to true
  • resin:set, resin:if, and resin:choose are now added
  • resource class not found now displays the current classpath (rep by Jeroen van Vianen)
  • error-page was unwrapping too many exceptions for exception-type (rep by Dave Moellenhoff)
  • misc JCA fixes to support SwiftMQ (rep by Andreas Mueller)
  • connector xsi:schemaLocation was missing from rnc (rep by Andreas Mueller)
  • getAuthType should return null when no user is logged in (rep by Keith Fetterman)
  • <server> EL variable was missing
  • Updated Makefile for installation with --prefix (rep by Joshua Nye)
  • JSSE needs to catch the getPeerCertificates exception (rep by Dave Moellenhoff)
  • Enhanced JniSelectManager for adaptive timeout (rep by Dave Moellenhoff)
  • Added keepalive-max and keepalive-timeout to <server> (rep by Dave Moellenhoff)
  • empty attributes with jspx should print the "" value (rep by Jeroen van Vianan)
  • On Unix, WEB-INF from wars are expanded at 0750 (rep by Keith Fetterman)
  • URL-rewritten session id should never be reused (rep by Edoardo Ceccarelli)

3.0.6 - Jan 20, 2004

  • Win32 linking issue with resin.dll (rep by Andrea Mari)
  • servlet-mapping with url-regexp was causing NullPointer (rep by Dave Moellenhoff)
  • include needs to inherit the parent's character encoding (rep by Nicholas Avenseng)
  • optional taglib namespace declaration in jsp:root wasn't picking up JSTL functions (rep by Jeroen van Vianen)
  • removed compile-loader deadlock
  • ssl.c ERR_print_errors_cb isn't in openssl-0.9.6 (rep by Joshua Nye)

3.0.5 - Jan 15, 2004

  • (2004-01-14) Cleaned up .rnc for trang (rep by Robert Koberg)
  • PolicyImpl.init() must be called in EnvironmentClassLoader.init to handle the SecurityManager
  • Complications with authentication logout and persistent store (rep by Gary Doughty)
  • JstlFmtMessage wasn't calling generatePrologue on JstlFmtParam (rep by Matt Raible)
  • UserDataConstraint was missing setDocument (rep by Matt Raible)
  • <jsp:output doctype-system> was missing (rep by jvdsandt)
  • updated servlet config to use getConstructors() instead of getDeclaredConstructors
  • Add codeSource to loaded classes (rep by Eelco)
  • allow multiple host deploy (rep by Daniel Bjuhr)
  • cleanup to "make install" target (rep by Perry tew)
  • XSLT wasn't escaping backslashes properly in attributes
  • JSTL forEach issue with SimpleTag (rep by Allen Firstenberg)
  • transport-guarantee case was incorrect, should be uppercase (rep by Keith Fetterman)
  • added support for Expect: 100-continue (rep by David Hemphill)
  • (2004-01-09) fmt:number currencyCode was stubbed out (rep by Phil Smy)
  • JSP $\{..} should not escape values
  • enhance jstl format bundle caching (rep by Jamie McCrindle)
  • cleanup of isapi_srun filters
  • getClass().getResource(".") wasn't working for jars in directory-loader
  • servlet-mapping url-regexp needs to become <servlet-regexp> (rep by Rob Geddes)
  • Improved error checking for OpenSSL on Linux (rep by jvdsandt)
  • setgid needs to occur before getuid() == uid test (rep by Allen Firstenberg)
  • JSP destroyed pages would not be recompiled (rep by
  • JSP "extends" pages weren't catching updates (rep by Assaf U)
  • multiple c:forEach with nested tag wasn't declared properly (rep by Jason Purcell)
  • VarStatus isLast wasn't checking the final iterator (rep by Jason Purcell)
  • (2003-12-16) isapi_srun.dll fixes for headers with trailing spaces (rep by Mark Kocsis)
  • c:forEach with varStatus wasn't optimizing properly in jsp:attribute or jsp:body (rep by Bin)
  • ClientDisconnectException should not be thrown for a read. (rep by Charbel El-Achkar)
  • (2003-12-11) Reversed doAfterBody "fix". The 2.0 JSP spec is explicit about doAfterBody not being called in this case.
  • dom.jar needs to be added to the distribution (rpe by Jonah Liebert)
  • Added unconditional to XsltFilter (rep by Jeroen van Vianen)
  • If-Modified-Since wasn't available from forward pages (rep by Sacha Prins)
  • xsl:copy-of with entity references (rep by Nancy Deschenes)
  • Change APR_HAS_THREADS test in mod_caucho (rep by Allen Firstenberg)
  • Save config between Apache startup
  • user-name/group-name were in wrong place in default resin.conf (rep by Allen Firstenberg)
  • access.log w/o JNI wasn't printing IP correctly (rep by William Au)
  • XPath 2*.01 wasn't parsed correctly (rep by Mike Kupritz)
  • Apache sticky sessions was incorrectly parsing Cookie
  • Added plugin_ignore to mod_caucho/isapi_srun
  • JSP mapping to same real path should generate same .class (rep by Jim Frenette)
  • cleanup hessian/burlap method mangling (rep by Nicholas Aversang)
  • fmt:fmtNumber wasn't handling null values property (rep by Jason Purcell)
  • XsltFilter should use the JAXP factory create methods (rep by Nancy Deschenes)
  • Added CauchoStatus to httpd.conf (rep by Jonah Liebert)
  • Added IISPriority to resin.ini (rep by Shane Baldacchino)
  • stream.c compilation bug with -DOPENSSL (rep by Joern Heid)
  • c:forEach needs explicit java.util.Iterator (rep by J Purcell)
  • doAfterBody needs calling in empty tags (rep by Phil Smy)
  • (2003-11-26) Recompiled against gnuwin32 openssl
  • Adding missing JSTL support files (rep by Jason Purcell)
  • Added validation syntax and fixed r_any support (rep by Phil Smy)
  • Added Apache VirtualHost support for ResinConfigServer
  • Set the client disconnect logging to finer (rep by Hugo Zhu)
  • Added getName() in DBPool (rep by William Au)
  • JSP handling of null namespace (rep by Jeroen van Vianen)
  • x:if and x:when need node context for x:foreach (rep by Phil Smy)
  • Custom tag analysis with end tag issues
  • Added transaction-timeout configuration to <database>
  • doclet needs to escape <
  • security and cache
  • Performance updates for JSP body getString() (rep by Jean-Philippe Encausse)
  • Added date weight to search spider (rep by Keith Fetterman)
  • JSP validation message loop was using 'i' instead of 'j'
  • Removed order dependency on <host> configuration (rep by Allen Firstenberg)
  • Added EL escaping
  • Cache path wasn't created property
  • Fixed file descriptor leak with keepalive disconnect
  • Changed IPV6 test in jni_vfs.c (rep by Gary Doughty)
  • (2003-11-18) min-free-memory belongs in <resin>, not <server> (rep by Dewang Shah)
  • Improved servlet constructor-checking error messages (rep by Milut)
  • (2003-11-12) Added maxCreateConnection to connection pool to limit initial connection hits
  • Added save-allocation-stack-trace to connection pool (rep by Justin Van Vorst)
  • Changed error message when j_security_check is missing
  • sql:param wasn't accepting null values
  • Tag file throws clause needs Throwable not Exception (rep by Eric Savage)
  • META-INF/services was missing from new build (rep by Fyodor Golos)
  • JSP with unused tag variable was undeclared but assigned (rep by Dragisa Krsmanovic)

3.0.4 - Nov 6, 2003

  • (2003-11-06) clear() should be special-cased for Amber collections (rep by Andrew Lienhard)
  • custom error pages should eliminate the MSIE hack
  • flushBuffer addition to StreamImpl/ResponseStream
  • (2003-10-28) threading fixes in jni_vfs.c
  • Regression issues with resin-doc and win32 (rep by Bin)
  • Added shutdown-wait-max to configure how long to wait for requests to complete (rep by Jean-Francois Lamy)
  • (2003-10-17) HmuxRequest wasn't properly initializing _isSecure (rep by Sacha Stanton)
  • JniFileStream was returning inaccurate value for getAvailable(), messing up Jira (rep by Chris Chen)
  • LoopTagSupport needs to implement LoopTag in jstl-11.jar (rep by Jason Purcell)
  • isapi_srun.dll was missing latest protocol updates for large post (rep by
  • Windows file handling wasn't correctly dealing with file:///c:/foo.test (rep by Tower)
  • Changed srun timeout and documented srun parameters (rep by Marty)
  • Error checking missing for <servlet> in <http-server> (rep by Marty)
  • RotateLog trouble with stdout/stderr (rep by Chris Chen and Jean-Francois Lamy)
  • XA/local-transaction timeout cleanup with JCA pool (rep by Martin Weinig)
  • Eliminated dialog boxes for normal -install and -remove (rep by James Bond)
  • CGI stderr is handled as warning and exception (rep by Oli)
  • Added JavaMail configuration support
  • webapps handling with case-insensitive wasn't picking up directories (rep by Dave Ford)
  • documentation default.xsl was including wrong header (rep by Bin)
  • (2003-10-11) Added host-deploy (rep by Jonas Angelin)
  • public zero-arg constructor message needs to wrap exception (rep by Lluis Turro)
  • Added prepared-statement-cache-size for <database> (rep by Juergen Hoeller)
  • Added IPV6 support for Unix (rep by Mark Renouf)
  • snapshot wasn't recompiled for win32 causing JNI issues (rep by Bin)
  • Added com.caucho.log.SyslogHandler (rep by Leonard Krivopaltsev)
  • Added flushBuffer to AbstractHttpResponse to take care of include annoyance
  • updates to wrapper.pl (rep by Nick Johnson)
  • <log> can specify custom <handler> directly
  • resin:type now accepts args
  • server-root and resin-home were not properly set when SERVER_ROOT and RESIN_HOME differ (rep by Francois Bertrand)
  • (2003-10-07) ${app.name} now returns main war name for war expansion (rep by John Crossman)
  • Added web-app-default as content of web-app-deploy
  • Added ThreadPool and let Alarm use the thread pool so Alarm can handle longer-lived tasks
  • zero-argument constructor error needs log (rep by Alex Schonfeld)
  • jsp:plugin width and height missing (rep by Andreas Fischer)
  • add servlet-mapping support for plugin_match (rep by Jean-Baptiste Quenot)
  • isapi_srun wasn't handling SSL properly
  • Clean up doc/href-map.xml link
  • Cleaned up openssl support for windows
  • install.sh needed to change to ResinConfigServer (rep by Jean-Baptiste Quenot)
  • On JRocket, the freeMemory calculation can't use maxMemory (rep by Jay Sissom)
  • Support i18n decoding of Host encoded with IDN, internationalized domain names (rep by Stefan Praszalowicz)
  • <%@ include %> JSP wasn't included in depend list
  • EL expression issues in jspx
  • cleanup for ignore-client-disconnect (rep by Bingqiang)
  • Added servlet-regexp to support old url-regexp pattern (rep by Dave Moellenhoff)
  • JSP should use the old page until the new page is compiled (rep by Peter Axelsson)
  • WebDAV root parameter wasn't handled with init style (rep by Alon Salant)
  • getRequestDispatcher shouldn't encode parameters in utf8 (rep by stefan)
  • RewriteFilter now detects redirect cases to redirect to http://www.bar.com (rep by Kirk Rasmussen)
  • Apache2 cleaned up forwarding after rewriting ;jsessionid
  • Made the jsp servlet in app-default.xml load-on-startup to initialize JspFactory (rep by Claude Honnore)
  • Added support for CLIENT-CERT login.

3.0.3 - Sep 22, 2003

  • (2003-09-22) Fixed Base64 tail encoding
  • Fixed passwords and digest login
  • Increase plugin TCP buffer sizes for POST (rep by Jonah Liebert)
  • (2003-09-16) strip-spaces must actually remove whitespace nodes
  • Basic .ear with ejb support
  • Moved JSTL to separate jar file (rep by Serge Knystautas)
  • Cocoon fixes
  • Cache the JdbcAuthenticator isInRole
  • Fixes relating to x:transform and XSLT InputSource with system id (rep by Charles Fu)
  • Apache 2 install.sh now supports conf.d (rep by Tauren Mills)
  • Add use-parent-handlers to <log> (rep by Jeff Miller)
  • Added <formatter> to log config (rep by Jeff Miller)
  • Added cr-lf to WebDavServlet (rep by Michael Traunau)
  • Added virtual-host to http (rep by Steven Tower)
  • Added archive-format to log and allow paths in archive-format
  • fixed memory leak in connection
  • (2003-08-21) ./configure was automatically include apache even when not specified (rep by Bill Griffith)
  • fixed c:import issues with encoding and include()
  • thread-max added to <server>
  • ignore-client-disconnect added to <server>
  • cleaned up session listener destroyed event with tcp-store (rep by Gary Doughty)
  • Added servlet-mapping extension allowing concurrent definition (rep by Dave Moellenhoff)
  • .class change detection wasn't properly handing recompilation (rep by Dave Moellenhoff)
  • Changed ./configure LD_FLAGS order, so Resin's guesses are after apxs
  • XSL transformations with zero-argument *Source (rep by Jonathan Gray)
  • XML parsing add support for PE referring to external system resource (Bernd Eggink)
  • XML now serializes with as externalizable XML (rep by Simone Avogadro)
  • Add support for JSTL 1.1 urls
  • x:forEach wasn't setting implicit node (rep by Gordon Conrad)
  • <java> support missing from application.xml (rep by George Cox)
  • setDescription missing from ear application.xml (rep by George Cox)
  • (2003-08-13) Handle recursive JSP tag files (rep by Matthias Ernst)
  • Allow for custom PasswordDigest in <authenticator> (rep by Thorbjoern Andersen)
  • FileServlet with null directory wasn't sending 404 (rep by Dave Moellenhoff)
  • include() should change methods to GET except for POST (rep by Charles Fu)
  • web-app-deploy with foo.war in web-app
  • Resin servlets and filters now support bean-style init
  • Fixes to memory check (rep by Dave Moellenhoff)
  • Cache now understands Vary
  • Added overridable allowGzip() method so subclasses could create more complex rules (rep by Mikal Todd)
  • <srun> wasn't handling host property (rep by Maria Grazia Arienta)
  • IIS plugin support for status code (fixed by Efri Nattel)

3.0.2-beta - Aug 4, 2003

  • JMX StandardMBean invoke should allow nulls as the signature (rep by Knut Forkalsrud)
  • JMX ReflectionException needs a getCause (rep by Knut Forkalsrud)
  • (2003-07-28) ISAPI plugin support
  • Win32 support for bin/resin.dll
  • Class reload avoiding app reload
  • (2003-07-22) Basic ResinStatusServlet support
  • JMX 1.1
  • JSP 2.0
  • Servlet 2.4
  • Message Bean configuration fixes (rep by Charbel El-Achkar)
  • Loaded JSR-045 into .class
  • (2003-06-23) JAAS LoginModule.
  • DBPool now uses JCA.
  • Basic JMX implementation.
  • BufferedJspWriter needs to be initialized in initialization, not constructor (rep by Matthias Ernst)
  • Thrown SQLException with stmt.close() should close connection
  • Avoid normalization in web-app-expand names (rep by Jean-Francois Lamy)
  • use-cookie is now sufficient for JdbcAuthenticator to enable cookies
  • cluster store protocol needs to handle SSL (rep by Anthony Tonns)

3.0.1-beta - May 15, 2003

  • (2003-05-12) While cache is being updated, other requests get the old cached value
  • (2003-05-06) <resource> wasn't understanding replaceObject
  • setParent issues with SimpleTag vs Tag (rep by Robert)
  • Make ./configure --prefix work (rep by Alexey Ivanov)
  • (2003-04-22) Changed JSP buffer model (rep by Hans Bergsten)
  • Added com.caucho.resources.CronResource
  • resin-web-xml.rnc was using method instead of http-method in web-resource-collection
  • Class loaders now extend URLClassLoader
  • Added security-provider to <resin> (rep by Heather Rogers)
  • Added com.caucho.servlets.HttpProxyServlet
  • LogConfig changes for backward compat: href (rep by Heather Rogers)
  • TldAttribute was missing setDescription (rep by Thomas Zehetbauer)
  • Cleaned up lifecycle of web-app, host, environment, etc.
  • (2003-03-20) memory and reliability checking
  • (2003-03-18) JdbcStore should give priority to BLOB (rep by Jon Cochran)
  • added BootstrapContext.createTimer()
  • Quit HTTP method on all characters than space (32) (rep by Kaile Riser)
  • Compilation warnings now go to log.warning (rep by Max Kutny)
  • Changed detection of apache1 vs apache2 version (rep by Sonny Picket)
  • form-error-page, when not configured properly or broken, wasn't returning a good error messages
  • added cipher-suite to openssl
  • Adding CRC check for tcp-sessions (rep by Nathan Mehl)
  • XML validating parser needs to pass defaults to attributes (rep by Steve Holt)
  • resin/lib loader should look at subdirectories (rep by Max Kutny)
  • UnavailableException in load-on-startup prevents web-app from starting (rep by Max Kutny)
  • Added <secure-host-name> for transport-guarantee (rep by Juan Yep)
  • <host-name> with port will set the value of getServerPort() (rep by Allon Bendavid)
  • JSP allow setA(String) to override setA(double) in setProperty
  • Allow direct rename of webdav files (rep by Pieter Schoenmakers)
  • Added app.regexp to know EL values (rep by Sam Dash)
  • For JSP/XML print <br /> (rep by Tim Jervis)
  • made burlap inherit from hessian so serialization can be shared

3.0.0 - Feb 13, 2003

  • fixed XTP dependency check interval
  • (2003-02-04) Added current time to cookie generation when cookie-length > 12
  • added require-source to <compiling-loader> (rep by Max Kutny)
  • Allow error-page in <host> (rep by Leonardo Brondani Schenkel)
  • ConnectionPoolDataSource can not be used with <xa/> (rep by Max Kutny)
  • getAssociatedStylesheetWith DOMSource (rep by Uma Shinde)
  • (2003-01-08) added jsp/ignore-el-exception, defaulting to true (rep by Fyodor Golos)
  • wrapper.pl -Dxx defines must be after command line (rep by Gary Doughty)
  • (2003-01-01) servlet/jsp regressions essentially clean!
  • (2002-12-17) Check that DBPool driver classes can be instantiated (rep by Max Kutny)
  • Spy needs to support XA and PooledConnectionDataSource (rep by Max Kutny)
  • Upgraded CharBuffer for performance (rep by Alan Berezin)
  • WarApplicationEntry.warExpand needs to be protected by a lock (rep by Jason Chaffee)
  • Changed session to use Hashtable instead of HashMap (rep by Martin Williams)
  • (2002-12-03) SSL needs to be pluggable (rep by Martin Cordova)
  • Hot deploy of .war should not affect other .war files (rep by Jason Chaffee)
  • Added JavaCompiler.getLock() to eliminate double compilation (rep by mimo)
  • Added SingleThreadModel pooling (rep by Henry van den Broek)
  • Log when Jndi.bindDeep rebinds over and old object (rep by Brian Wilson and Max Kutny)
  • if war expansion fails, retry
  • jspc support for jsp: tags
  • better handling of case-insensitive and context-path (rep by Davide Frigerio)
  • add tld-dir to <jsp> to restrict search (rep by Frank Nestel)
  • case-insensitive added to allow support for MacOS (rep by Jim Frenette)
  • Persistent sessions need to create subdirectory (rep by Fyodor Golos)
  • (2002-09-16) log integration with java.util.logging
  • Add sticky-sessions config to LoadBalanceServlet (rep by Matthew Ling)
  • Only use apxs flags in ./configure when can't determine otherwise (rep by Jan Christian)
  • CGI fixes/enhancements (rep by Kenkichi Mahara)
  • Hessian handling of large (> 32k) byte values (rep by James Ralston)
  • (2002-08-26) Major refactoring
  • AcceptPool now uses stack instead of ring (rep by Ian Holsman)
  • SecurityContext.setProvider needs try ... finally to restore (rep by KIR)
  • Detecting WEB-INF filesystem loops when searching for .tld (rep by Frank Nestel)
  • Removed static methods from XmlPrinter (rep by Enrique Lamas)
  • prelude and coda
  • Basic JSR-45 .smap file generation
  • (2002-07-30) added taglib functions to JSP EL
  • (2002-07-29) Partial refactoring of com.caucho.jsp classes
  • JSP: Initial cut of JSP EL
  • JSP: Initial cut of dynamic attributes
  • JSP: Initial cut of SimpleTag
JDK 1.2 changesolder changes
Change Logs
Change Logs
Resin-2.1 Changes
Copyright © 1998-2005 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.