Bug in org.w3c.jigsaw.http.Client
Thomas Kriegelstein <[email protected]> Tue, 18 Feb 2003 07:38:11 -0500 (EST)
| Newsgroups | gmane.comp.web.jigsaw |
|---|---|
| Message-ID | <[email protected]> |
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