Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 44756 invoked by uid 500); 19 Jun 2001 19:21:17 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 44738 invoked from network); 19 Jun 2001 19:21:14 -0000 Received: from unknown (HELO leo.srg-ssr.ch) (146.159.4.9) by h31.sny.collab.net with SMTP; 19 Jun 2001 19:21:14 -0000 Received: from moscow.sri.srg-ssr.ch by mail.msc with SMTP (MDaemon.v2.8.5.0.R) for ; Tue, 19 Jun 2001 21:20:33 +0200 Received: by moscow.sri.srg-ssr.ch with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Jun 2001 21:20:32 +0200 Message-ID: <513F1D9DFA0CD311BC5B0008C773DC5FCC4AED@moscow.sri.srg-ssr.ch> From: Thomas.Rimmele@swissinfo.ch To: tomcat-user@jakarta.apache.org Subject: AW: strange behavior with netscape browser Date: Tue, 19 Jun 2001 21:20:27 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MDaemon-Deliver-To: tomcat-user@jakarta.apache.org X-Return-Path: Thomas.Rimmele@swissinfo.ch X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N There is no way. It is the first command I call in doGet and doPut. Greethings, Thomas -----Urspr=FCngliche Nachricht----- Von: Filip Hanik [mailto:mail@filip.net] Gesendet: Tuesday, June 19, 2001 9:07 PM An: tomcat-user@jakarta.apache.org Betreff: RE: strange behavior with netscape browser YOU MUST CALL respone.setContentType("text/html"); before you write to the output stream. IE assumes this content type, netscape doesn't Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect filip@filip.net www.filip.net=20 >-----Original Message----- >From: Thomas.Rimmele@swissinfo.ch [mailto:Thomas.Rimmele@swissinfo.ch] >Sent: Tuesday, June 19, 2001 12:01 PM >To: tomcat-user@jakarta.apache.org >Subject: strange behavior with netscape browser > > >Hello, > >my application sends strange responses: >If I try to access the servlet /xobix2/servlet/ONLI >-everything works fine with IE. >-Netscape Browser returns the error 404 /xobix2/servlet not found. >Can anybody imagine why this happens? > >I append the corresponding accesslog and a http-header: > >Greethings, Thomas Rimmele >_________________________ > >HTTP header (Tool: clickbot): >HTTP/1.1 200=20 >Date: Tue, 19 Jun 2001 18:51:34 GMT >Server: Apache/1.3.17 (Unix) mod_jk >Set-Cookie2: = JSESSIONID=3Dnn82taguz1.w000;Version=3D1;Discard;Path=3D"/xobix2" >Set-Cookie: JSESSIONID=3Dnn82taguz1.w000;Path=3D/xobix2 >Transfer-Encoding: chunked >Content-Type: text/html >d19 > >(...) > > >Access.log (clickbot request) >146.159.49.128 - - [19/Jun/2001:20:52:48 +0200] "GET = /xobix2/servlet/ONLI >HTTP/1.1" 200 8866 > > >Access.log (netscape browser request) >146.159.49.128 - - [19/Jun/2001:20:43:27 +0200] "GET = /xobix2/servlet/ONLI >HTTP/1.0" 200 8846 >146.159.49.128 - - [19/Jun/2001:20:43:27 +0200] "GET /xobix2/servlet/ >HTTP/1.0" 404 179 > >Access.log (IE browser request) >146.159.49.128 - - [19/Jun/2001:20:43:32 +0200] "GET = /xobix2/servlet/ONLI >HTTP/1.1" 200 8866 >146.159.49.128 - - [19/Jun/2001:20:43:32 +0200] "GET >/template_resources/x2test_dateien/de_swissinfo.gif HTTP/1.1" 304 - >146.159.49.128 - - [19/Jun/2001:20:43:32 +0200] "GET >/template_resources/x2test_dateien/deh_map.gif HTTP/1.1" 304 - >146.159.49.128 - - [19/Jun/2001:20:43:32 +0200] "GET >/template_resources/x2test_dateien/dot_trans.gif HTTP/1.1" 304 - >146.159.49.128 - - [19/Jun/2001:20:43:32 +0200] "GET >/template_resources/x2test_dateien/rand_fussnav.gif HTTP/1.1" 304 - >146.159.49.128 - - [19/Jun/2001:20:43:32 +0200] "GET >/template_resources/x2test_dateien/rand_linie.gif HTTP/1.1" 304 - >146.159.49.128 - - [19/Jun/2001:20:43:32 +0200] "GET >/template_resources/x2test_dateien/de_rand_fuss_redesign.gif=20 >HTTP/1.1" 304 - > >