[www-jigsaw] <none>

Hi,

I use Jigsaw HTTP client (org.w3c.www.protocol.http.*) and found a weird behavior:

I send a request to an unreachable server (DNS resolution is OK, but host refuses connection or has not bind on port 80).
The HttpManager throws an HttpException but its getException() method returns null. It does not return any java.io.IOException or any of its subclasses (ConnectionException, SocketException, an so on).
This is an issue since it makes almost impossible to handle/log network errors in an automated way.

Did I miss used it? Is it a bug? Any input welcome...

Regards,
Vincent.

Received on Tuesday, 7 October 2003 12:20:07 UTC