14/11/02 10:50:37.15 iwwd2PVU
> urlinfo.url=url2.url;
> headers.host=url2.host;
urlinfoをgetProperties()で見ると
urlは無くUrlは有る。
headersをgetProperties()で見ると
hostは無くHostは有る。
上の処理の後
getProperties()をもう一度見ると
urlinfoはUrlだけしかないのに
headersはHost,host両方有る。
この違いは何でですか?