Name: diC59631 Date: 06/09/98
URLConnection.getRequestProperty(String) and
URLConnection.setRequestProperty(String, String) do
not support multiple HTTP headers with the same key.
To do so would be occasionally useful, e.g. HTTP/1.1
"Warning" headers may be repeated. I would suggest
e.g. String[] getRequestPropertyMultiple(String)
and appendRequestProperty(String, String) (which would
add the header without deleting any one(s) already
present, vs. setRequestProperty(String) which always
deletes any previous ones).
(Review ID: 30728)
======================================================================