Name: diC59631 Date: 06/08/98
URLConnection.getHeaderField(String), if called on
a connection that sets the same header multiple
times with possibly different values (as can happen
e.g. with HTTP/1.1 "Warning" headers), will only
return the last value. This is fine, as you can iterate
through the headers by number, but the fact should be
briefly noted in the documentation.
(Review ID: 30727)
======================================================================