Re: Bug in org.w3c.jigsaw.http.Client

On Tue, 18 Feb 2003, Thomas Kriegelstein wrote:

>
>
> Hi
>
> Just stumbled over:
> java.lang.NullPointerException
>         at org.w3c.jigsaw.http.Client.startConnection(Client.java:645)
>         at
> org.w3c.jigsaw.idm.socket.IDMSocketClient.run(IDMSocketClient.java:259)
>         at org.w3c.util.CachedThread.run(ThreadCache.java:87)
>  with jigsaw 2.2.2
>
> Line 645 should become:
>   if ((request!=null) && request.hasState(JigsawHttpServletResponse.STREAM)) {

Hum, it was really a stupid bug, but it was fixed on february 4, and
incorporated in the "devel" releases of Jigsaw jars [1]. The latest
"devel" (I should really come up with a new word, as it should be more
stable that the released jars) jars are at [2], but I expect to generate
another one today.

[1] http://jigsaw.w3.org/Devel/
[2] http://jigsaw.w3.org/Devel/classes-2.2/20030217/

>
> BTW: What is the correct address for such bugs?

It is the right address, thanks!
Regards,

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Tuesday, 18 February 2003 09:23:24 UTC