From a50d6ee73f04f2920a6f56f59c9525d27eb5888b Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 16 Nov 2008 22:42:43 +0000 Subject: [PATCH] Far faster than I was expecting - the diff is complete. Remove the temp tracking file. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@718133 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 22 +------ DIFF-STATUS.txt | 58 ----------------- conf/server.xml | 5 +- webapps/docs/changelog.xml | 155 +++++++++++++++++++++++++++++++++++++++++---- 4 files changed, 146 insertions(+), 94 deletions(-) delete mode 100644 DIFF-STATUS.txt diff --git a/.classpath b/.classpath index f4ba22b83..6eacdc7d1 100644 --- a/.classpath +++ b/.classpath @@ -1,27 +1,11 @@ - - + - + - + diff --git a/DIFF-STATUS.txt b/DIFF-STATUS.txt deleted file mode 100644 index 9ba293e2c..000000000 --- a/DIFF-STATUS.txt +++ /dev/null @@ -1,58 +0,0 @@ -================================================================================ - This file records the status of the ongoing diff of 6.0.x against trunk. The - purpose of the diff is to ensure that: - - all the changes to 6.0.x have also been made to trunk - - all appropriate changes from trunk are ported to 6.0.x - - the trunk change log is complete - - As the diff progresses, all of the differences between 6.0.x and trunk will be - one of the following: - - merged into trunk/6.0.x as appropriate to eliminate the difference - - proposed for merge into 6.0.x - - added to the trunk change log -================================================================================ - -TODO -==== -/java/org/apache/jk -/java/org/apache/juli -/java/org/apache/naming -/java/org/apache/tomcat - -Note that larger directory structures will be broken down into smaller, more -manageable chunks. - -In progress -=========== -/java/org/apache/jasper - markt - - -Complete -======== -/ -/bin -/conf -/java/javax -/java/org/apache -/java/org/apache/catalina -/java/org/apache/coyote -/java/org/apache/el -/native -/res -/test -/webapps - - -Issues -====== -rjung - Will version changes be ported to 6.0.x? -all - Remove the native external from 6.0.x and trunk? -fhanik - Is the UDP support in tribes complete? -rjung - Status of AD changes to JNDI Realm? -rjung - Will ession access time changes beported to 6.0.x? -fhanik - Should http://svn.apache.org/viewvc?view=rev&revision=645175 be ported - to 6.0.x? -fhanik - Should http://svn.apache.org/viewvc?view=rev&revision=609778 be ported - to 6.0.x? -fhanik - Should http://svn.apache.org/viewvc?view=rev&revision=630234 be ported - to 6.0.x? diff --git a/conf/server.xml b/conf/server.xml index c2428aaf4..92fab49c3 100644 --- a/conf/server.xml +++ b/conf/server.xml @@ -78,11 +78,10 @@ This connector uses the JSSE configuration, when using APR, the connector should be using the OpenSSL style configuration described in the APR documentation --> - + clientAuth="false" sslProtocol="TLS" + keystoreFile="conf/.keystore" /> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 80dc08e2b..b1fe954f4 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -32,20 +32,155 @@ -
- +
+ + + + Switch from AnnotationProcessor to InstanceManager. Patch provided by + David Jecks with modifications by Remy. (remm/fhanik) + + + 620845 and 669119. Make shutdwn address + configurable. (jfclere) + + + 651977 Add some missing control checks to + ThreadWithAttributes. (markt) + + + 656084 Small performance improvement for NIO. (fhanik) + + + 666232 Prevent NPE during shutdown when logger has been + shutdown but a component continues to try to log. (fhanik) + + + 677640 Add a startup class that does not require any + configuration files. (costin) + + + 677910 Use platform mbean server by default. (costin) + + + 700532 Log if temporary file operations within the CGI + servlet fail. Make sure header Reader is closed on failure. (markt) + + + 707670 Correctly handle timeouts with Comet so events do not + stop. (fhanik) + + + 708541 Delete references to DefaultContext which was removed + in 6.0.x. (markt) + + + 709018 Initial implementation of an asynchronous file handler + for JULI. (fhanik) + + + 713953 Include name of attribute when logging failure of + session attribute serializatyion. (mturk) + + + Improve JNDI realm compatability with Active Directory. (rjung) + + + Give session thisAccessedTime and lastAccessedTime clear semantics. + (rjung) + + + Expose thisAccessedTime via Session interface. (rjung) + + + + - 691359Added in a Bayeux protocol implementation built on top of the Tomcat CometProcessor interface + 703017 Make Java socket options consistent between NIO + and JIO connector. Expose all the socket options available on + java.net.Socket (fhanik) + + + 46051: The writer returned by getWriter() now + conforms to the PrintWriter specification and uses platform + dependent line endings rather than always using \r\n. + (markt) + + + 701902 Add support for full client-cert chains to AJP. + (billbarker) + - + + + Add support for UDP and secure communication to tribes. (fhanik) + + + Add versioning to the tribes communication protocol to support future + developments. (fhanik) + + + Add a demo on how to use the payload. (fhanik) + + + Started to add JMX support to the cluster implementation. (markt) + + + 609778 Minor fixes to the throughput interceptor and the + NIO receiver. (fhanik) + + + 630234 Additional checks for the NIO receiver. (fhanik) + - Update tc-native to 1.1.15 in build.properties.default (jfclere) + 671650 Improve error message when multicast is not enabled. + (fhanik) + + + + + + 631321 Update changelog to support the <rev> element. + (fhanik) + + + + + + + A new JmxRemoteLifecycleListener that can be used to fix the ports used + for remote JMX connections, eg when using JConsole. (markt) + + + + + + + 691359 Added in a Bayeux protocol implementation built on top + of the Tomcat CometProcessor interface. (fhanik) + + + + + - Fix that JvmrouteBinderValve can rewrite session suffix with parallel requests from same client (pero) + Numerous code clean-up changes including the use of generics and + removing unused imports, fields, parameters and methods. + + Parameterize version number throughout build scripts and source. (rjung) + + + + + + + + + Update tc-native to 1.1.15 in build.properties.default (jfclere) + 671650
45279
Close multicast socket when calling close
@@ -59,9 +194,6 @@
- 703017Make Java socket options consistent between NIO and JIO connector. - Expose all the socket options available on java.net.Socket - 45074Add configuration parameters in Http11AprProtocol 644858
Inproper curly brackets cause NIO/SendFile to fail. Workaround prior to this version, set @@ -101,11 +233,6 @@
- - - 631321Update changelog to support the <rev> element (fhanik) - -
-- 2.11.0