Author: markt
Date: Mon Mar 24 14:34:42 2008
New Revision: 640585
URL: http://svn.apache.org/viewvc?rev=640585&view=rev
Log:
Propose patch for 44611 (DirContextURLConnection fixes)
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=640585&r1=640584&r2=640585&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Mar 24 14:34:42 2008
@@ -78,3 +78,13 @@
http://svn.apache.org/viewvc?rev=640572&view=rev
+1: markt
-1:
+
+* Fix issues with DirContextURLConnection has bugs:
+ 1) Does not implement the getHeaderFields() method
+ 2) It's implementation of getHeaderField(String name) is case sensitive.
+ 3) It returns an empty string "", rather than null, for header values which
+ don't exist.
+ Patch provided by Chris Hubick
+ http://svn.apache.org/viewvc?rev=640584&view=rev
+ +1: markt
+ -1:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]