Author: rjung
Date: Tue Oct 14 13:48:20 2008
New Revision: 704677
URL: http://svn.apache.org/viewvc?rev=704677&view=rev
Log:
Update changelog with optional isapi redirector features:
- chunked encoding
- use of raw headers instead of CGI headers
- automatic event detection
Modified:
tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=704677&r1=704676&r2=704677&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Tue Oct 14
13:48:20 2008
@@ -43,6 +43,19 @@
<br />
<subsection name="Native">
<changelog>
+ <update>IIS: Optionally allow chunked encoding for responses.
+ At the moment only usable, if build with ISAPI_ALLOW_CHUNKING
+ defined. Based on patch by Tim Whittington. (rjung)
+ </update>
+ <update>IIS: Optionally use raw headers instead of CGI
+ headers. Fixes problem "underscore=dash" problem in
+ header names. At the moment only available, if build with
USE_RAW_HEADERS
+ defined. (rjung)
+ </update>
+ <update>IIS: Optionally improve IIS 5.1 compatibility.
+ At the moment only available, if build with AUTOMATIC_AUTH_NOTIFICATION
+ defined. Based on patch by Tim Whittington. (rjung)
+ </update>
<fix>IIS: Fix memory corruption due to parallel initialization
by multiple threads. (rjung)
</fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]