- From: Jacob W. Anderson <jwanders@bbn.com>
- Date: Wed, 08 Oct 1997 10:52:17 -0700
- To: www-jigsaw@w3.org
Hi! I'm using Jigsaw 1.0beta1 as a proxy with netscape navigator 4.03 on windows NT4 as my client. When I try to access the custom news resource on CNN's (http://www.cnn.com) web page, I get this series of interactions: REQUEST : GET /cnews/pna.myhome HTTP/1.1 Date: Wed, 08 Oct 1997 17:42:46 GMT Via: 1.1 zeta (1.0beta1) Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* Accept-Charset: iso-8859-1,*,utf-8 Accept-Language: en Host: customnews.cnn.com Referer: http://www.cnn.com/ User-Agent: Mozilla/4.03 [en] (WinNT; I) REPLY : HTTP/1.1 200 OK Connection: keep-alive Date: Wed, 08 Oct 1997 17:37:01 GMT Allow: GET, HEAD Content-Type: text/html Server: Oracle_Web_listener3.0.1.0.0/2.14FC1 Keep-Alive: timeout=30, max=999 HTTP/1.1 200 OK Date: Wed, 08 Oct 1997 17:37:01 GMT Via: 1.1 zeta (1.0beta1) Allow: GET, HEAD Content-Type: text/html Server: Oracle_Web_listener3.0.1.0.0/2.14FC1 +++ client-1(socket-clients:19) got exception: java.net.SocketException: socket was closed at java.net.SocketInputStream.read(SocketInputStream.java:92) at java.io.BufferedInputStream.read(BufferedInputStream.java:201) at w3c.jigsaw.http.Client.emitReply(Client.java) at w3c.jigsaw.http.Client.startConnection(Client.java) at w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java) at w3c.util.CachedThread.run(ThreadCache.java) w3c.jigsaw.http.ClientException: socket was closed at w3c.jigsaw.http.Client.startConnection(Client.java) at w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java) at w3c.util.CachedThread.run(ThreadCache.java) java.net.SocketException: socket was closed at java.net.SocketInputStream.read(SocketInputStream.java:92) at java.io.BufferedInputStream.read(BufferedInputStream.java:201) at w3c.jigsaw.http.Client.emitReply(Client.java) at w3c.jigsaw.http.Client.startConnection(Client.java) at w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java) at w3c.util.CachedThread.run(ThreadCache.java) A similar interaction occurs when I try to access the CGI requests on that page as well: REQUEST : GET /cnews/pna.show_story?p_art_id=386498&p_section_name=Lifestyle HTTP/1.1 Date: Wed, 08 Oct 1997 17:49:39 GMT Via: 1.1 zeta (1.0beta1) Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* Accept-Charset: iso-8859-1,*,utf-8 Accept-Language: en Host: customnews.cnn.com Referer: http://www.cnn.com/ User-Agent: Mozilla/4.03 [en] (WinNT; I) REPLY : HTTP/1.1 200 OK Connection: keep-alive Date: Wed, 08 Oct 1997 17:47:10 GMT Allow: GET, HEAD Content-Type: text/html Server: Oracle_Web_listener3.0.1.0.0/2.14FC1 Keep-Alive: timeout=30, max=999 HTTP/1.1 200 OK Date: Wed, 08 Oct 1997 17:47:10 GMT Via: 1.1 zeta (1.0beta1) Allow: GET, HEAD Content-Type: text/html Server: Oracle_Web_listener3.0.1.0.0/2.14FC1 Has anybody else experienced similar problems with the proxy mode of Jigsaw? if so, how did you fix them, if you did at all? thanks. --Jacob W. Anderson (jwanders@bbn.com)
Received on Wednesday, 8 October 1997 13:50:22 UTC