[Prev][Next][Index][Thread]
Jigsaw proxy not handling request properly
-
To: www-jigsaw@w3.org
-
Subject: Jigsaw proxy not handling request properly
-
From: "Jacob W. Anderson" <jwanders@bbn.com>
-
Date: Wed, 08 Oct 1997 10:52:17 -0700
-
From www-jigsaw-request@www10.w3.org Wed Oct 8 13: 50:22 1997
-
Message-ID: <343BC851.28D9FB1A@bbn.com>
-
Organization: BBN Corporation
-
X-Authentication-Warning: www10.w3.org: Host [192.1.5.100] claimed to be ESCHER.SD.BBN.COM
-
X-List-URL: http://www.w3.org/pub/WWW/Archives/Public/www-jigsaw/
-
X-Mailer: Mozilla 4.03 [en] (WinNT; I)
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)