From owner-freebsd-java@FreeBSD.ORG Fri Jun 25 21:23:31 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F7C16A509 for ; Fri, 25 Jun 2004 21:23:31 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB0D843D49 for ; Fri, 25 Jun 2004 21:23:30 +0000 (GMT) (envelope-from gwk@rahn-koltermann.de) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Bdy9M-0002vH-00 for freebsd-java@freebsd.org; Fri, 25 Jun 2004 23:22:20 +0200 Received: from [217.232.135.89] (helo=[192.168.0.3]) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1Bdy9M-0004KR-00; Fri, 25 Jun 2004 23:22:20 +0200 From: "Georg-W. Koltermann" To: freebsd@rahn-koltermann.de In-Reply-To: <27942123$108780685740d69d89842426.94589133@config12.schlund.de> References: <27942123$108780685740d69d89842426.94589133@config12.schlund.de> Content-Type: text/plain; charset=iso-8859-15 Message-Id: <1088198538.1134.6.camel@localhost.muc.eu.mscsoftware.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 25 Jun 2004 23:22:19 +0200 Content-Transfer-Encoding: quoted-printable X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:90bcaad5e51ecc993b2919ba4b74e6dc cc: freebsd-java@freebsd.org Subject: Re: java plugin not using cookies any more? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 21:23:31 -0000 Am Mo, den 21.06.2004 schrieb freebsd@rahn-koltermann.de um 10:40: > Hi, >=20 > a while back I noticed that in mozilla 1.(4,5? don't recall which) > I could not use our Niku time tracking tool any more. The applet > would report a connection error just as if I wasn't logged on. My > interpretation was that the applet for some reason was not using > the cookies that I got at the preceeding (form base) login. =20 Forget me, sorry. I was actually loading a local HTML file that I had hacked, and inserted . It was with this file when the browser/plugin did not transmit the cookies to ...originalurl... It works fine for pages that are actually loaded from the server, just not when a local file:///... is loaded that points the nested relative URLs at the server. So probably just a little tighter checking on when to give out the cookies, very reasonable. --=20 Gr=FC=DFe, Georg.