Fix bug 44611 https://issues.apache.org/bugzilla/show_bug.cgi?id=44611
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 24 Mar 2008 21:30:03 +0000 (21:30 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 24 Mar 2008 21:30:03 +0000 (21:30 +0000)
commitb4461628447a56c519653b2e0cd948e642133197
treeffea16a41f1972559deed4a6dca1837a55818b24
parent0d7aef71bffcb4f28b3ebee65c9df365c7191f09
Fix bug 44611 https://issues.apache.org/bugzilla/show_bug.cgi?id=44611
DirContextURLConnection:
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.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@640584 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/naming/resources/DirContextURLConnection.java
java/org/apache/naming/resources/ResourceAttributes.java