|
Update Servlet support to the Servlet 3.0 specification. (all)
|
|
Improve and document VirtualWebappLoader. (rjung)
|
|
43642: Add prestartminSpareThreads attribute for Executor. (jfclere)
|
|
Switch from AnnotationProcessor to InstanceManager. Patch provided by
David Jecks with modifications by Remy. (remm/fhanik)
|
|
r620845 and r669119. Make shutdown address
configurable. (jfclere)
|
|
r651977 Add some missing control checks to
ThreadWithAttributes . (markt)
|
|
r677640 Add a startup class that does not require any
configuration files. (costin)
|
|
r700532 Log if temporary file operations within the CGI
servlet fail. Make sure header Reader is closed on failure. (markt)
|
|
r708541 Delete references to DefaultContext which was removed
in 6.0.x. (markt)
|
|
r709018 Initial implementation of an asynchronous file handler
for JULI. (fhanik)
|
|
Give session thisAccessedTime and lastAccessedTime clear semantics.
(rjung)
|
|
Expose thisAccessedTime via Session interface. (rjung)
|
|
Provide a log format for JULI that provides the same information as the
default but on a single line. (markt)
|
|
r723889 Provide the ability to configure the Executor job
queue size and a timeout for adding jobs to the queue. (fhanik)
|
|
Add support for aliases to StandardContext. This allows content from other
directories and/or WAR files to be mapped to paths within the context.
(markt)
|
|
Provide clearer definition of Lifecycle interface, particularly start
and stop, and align components that implement Lifecycle with this
definition. (markt)
|
|
48662: Provide a new option to control the copying of context
XML descriptors from web applications to the host's xmlBase. Copying of
XMl descriptors is now disabled by default. (markt)
|
|
Move comet classes from the org.apache.catalina package to the
org.apache.catalina.comet package to allow comet to work under a
security manager. (markt)
|