RE: ETAG: ...more info.

here is what i get when i set the debug variable to true.
this is when the client try to reach the home page
(http://142.133.35.27:8001/Overview.html)


GET / HTTP/1.0
Connection: keep-alive
Date: Mon, 01 Jan 1990 00:11:01 GMT
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjp       eg,
image/png, */*
Accept-Charset: iso-8859-1,*,utf-8
Accept-Encoding: gzip
Accept-Language: en
Host: 142.133.35.27:8001
User-Agent: Mozilla/4.7 [en]C-CCK-MCD   (WinNT; U)

HTTP/1.1 200 OK
Date: Mon, 01 Jan 1990 00:11:02 GMT
Content-Length: 6581
Content-Location: http://142.133.35.27:8001/Overview.html
Content-Type: text/html
Etag: +++ client-3(socket-clients:97) got exception:
java.lang.NullPointerException
        at org.w3c.www.http.HttpBuffer.append(HttpBuffer.java:107)
        at org.w3c.www.http.HttpBuffer.appendQuoted(HttpBuffer.java:116)
        at
org.w3c.www.http.HttpEntityTag.updateByteValue(HttpEntityTag.java:62)
        at org.w3c.www.http.BasicValue.checkByteValue(BasicValue.java:52)
        at org.w3c.www.http.BasicValue.emit(BasicValue.java:138)
        at org.w3c.www.http.HttpMessage.emitHeaders(HttpMessage.java:676)
        at org.w3c.www.http.HttpMessage.emit(HttpMessage.java:720)
        at org.w3c.jigsaw.http.Client.emitReply(Client.java:348)
        at org.w3c.jigsaw.http.Client.startConnection(Client.java:494)
        at
org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java:114)
        at org.w3c.util.CachedThread.run(ThreadCache.java:86)
org.w3c.jigsaw.http.ClientException
        at org.w3c.jigsaw.http.Client.startConnection(Client.java:559)
        at
org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java:114)
        at org.w3c.util.CachedThread.run(ThreadCache.java:86)
java.lang.NullPointerException
        at org.w3c.www.http.HttpBuffer.append(HttpBuffer.java:107)
        at org.w3c.www.http.HttpBuffer.appendQuoted(HttpBuffer.java:116)
        at
org.w3c.www.http.HttpEntityTag.updateByteValue(HttpEntityTag.java:62)
        at org.w3c.www.http.BasicValue.checkByteValue(BasicValue.java:52)
        at org.w3c.www.http.BasicValue.emit(BasicValue.java:138)
        at org.w3c.www.http.HttpMessage.emitHeaders(HttpMessage.java:676)
        at org.w3c.www.http.HttpMessage.emit(HttpMessage.java:720)
        at org.w3c.jigsaw.http.Client.emitReply(Client.java:348)
        at org.w3c.jigsaw.http.Client.startConnection(Client.java:494)
        at
org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java:114)
        at org.w3c.util.CachedThread.run(ThreadCache.java:86)	

> -----Original Message-----
> From:	Yanick Gamelin (LMC) 
> Sent:	Tuesday, May 23, 2000 2:31 PM
> To:	'www-jigsaw@w3.org'
> Subject:	ETAG:
> 
> when i running jigsaw, client always receive a blank page containing only
> the word "etag" (exept for the main page)

Received on Wednesday, 24 May 2000 15:48:50 UTC