Author: wrowe Date: Sat Jan 1 20:21:54 2005 New Revision: 123880 URL: http://svn.apache.org/viewcvs?view=rev&rev=123880 Log:
Change to 'build' version (since major.minor.subver corresponds to the httpd Apache.exe version). Modified: httpd/mod_aspdotnet/trunk/CHANGES.txt Modified: httpd/mod_aspdotnet/trunk/CHANGES.txt Url: http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/CHANGES.txt?view=diff&rev=123880&p1=httpd/mod_aspdotnet/trunk/CHANGES.txt&r1=123879&p2=httpd/mod_aspdotnet/trunk/CHANGES.txt&r2=123880 ============================================================================== --- httpd/mod_aspdotnet/trunk/CHANGES.txt (original) +++ httpd/mod_aspdotnet/trunk/CHANGES.txt Sat Jan 1 20:21:54 2005 @@ -1,10 +1,20 @@ -Changes to Apache mod_aspdotnet 2.0.1 + +Changes to Apache mod_aspdotnet build 2002 + + Correct case-sensitivity to request and response headers. Lower case + and other less-common header formats will now be recognized as members + of the ASP.NET defined set of http headers. Fixes bug 32902 and fixes + compliance to RFC 2616. [William Rowe] + + Apache.Web.dll is NOT Windows 98/ME compatible. Enabled mod_aspdotnet + for non-Unicode Windows to permit developers to work twords a solution. + Partially addresses bug 32863. [William Rowe] Fix the truncation logic for removing a trailing backlash from the physical path (file system path) in AspNetMount'ed hosts. [Yussef Alkhamrichi <ylkhamrichi hotmail.com>] -Changes to Apache mod_aspdotnet 2.0.0: +Changes to Apache mod_aspdotnet build 2000 Allocate the iterator used to review our AspNetMount entries from the request pool, not the configuration pool.