Michael Koch wrote:

Am Dienstag, 20. April 2004 09:15 schrieb Guilhem Lavaux:


Hi,

If you try the mauve test URLConnection/Http you may notice there is
failure due to an unknown header "server" which should be "Server".
Apparently to make the search throught header fields independent from
the case we have using toLowerCase for all header keys and values:
this is not right. I suggest we build keep the original value in the
array in HeaderFieldHelper so we are able to return the exact value
returned by the server.



Do we have a mauve testcase for this ? Different http server may act differently. I'm not sure this is bug in our implementation or in mauve. I have locally changed mauve to make it pass.





If you put "server" in mauve it will fail using JDK, if you put "Server" in mauve it will fail using Classpath for the same URL. But it is sure it depends on the server.

Cheers,

Guilhem.


_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to