Bug in org.w3c.jigsaw.http.Client

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)) {

BTW: What is the correct address for such bugs?

Ciaou,
  Thomas

Received on Tuesday, 18 February 2003 09:05:04 UTC