From: Hani S. <ha...@fo...> - 2005-08-14 19:08:30
|
This might be me missing something, but there's a rather disturbing bug in CVS in HttpWebConnection... In getHttpClientFor(URL), the key for the httpclients is calculated to be the protocol + host + port. Yet in getStateForUrl(URL), the condition to check for key matches only takes the host into consideration. So I'm rather perplexed how anyone testing on a non-default port with cookies can get things to work! Am I missing something? Hani |