From owner-freebsd-java@FreeBSD.ORG Fri Feb 13 01:56:04 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 6963E16A4CF for ; Fri, 13 Feb 2004 01:56:04 -0800 (PST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3620243D1F for ; Fri, 13 Feb 2004 01:56:04 -0800 (PST) (envelope-from gwk@rahn-koltermann.de) Received: from [212.227.126.202] (helo=mrvnet.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Ara3I-0003rM-00 for freebsd-java@freebsd.org; Fri, 13 Feb 2004 10:56:04 +0100 Received: from [172.23.4.141] (helo=config14.kundenserver.de) by mrvnet.kundenserver.de with esmtp (Exim 3.35 #1) id 1Ara3H-00061G-00 for freebsd-java@freebsd.org; Fri, 13 Feb 2004 10:56:03 +0100 Received: from www-data by config14.kundenserver.de with local (Exim 3.35 #1 (Debian)) id 1Ara3G-0002Bc-00 for ; Fri, 13 Feb 2004 10:56:02 +0100 To: From: Message-Id: <27942123$1076665103402c9b0f48bc19.40633427@config14.schlund.de> X-Binford: 6100 (more power) X-Originating-From: 27942123 X-Mailer: Webmail X-Routing: DE X-Received: from config14 by 213.148.149.130 with HTTP id 27942123 for freebsd-java@freebsd.org; Fri, 13 Feb 2004 10:54:02 +0100 Content-Type: text/plain; charset="iso-8859-1" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Priority: 3 Date: Fri, 13 Feb 2004 10:54:02 +0100 X-Provags-ID: kundenserver.de abuse@kundenserver.de ident:@172.23.4.141 Subject: java plugin has no access to cookies in mozilla-1.6 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, 13 Feb 2004 09:56:04 -0000 Hi, when I use an applet to access an URL which requires prior login, I get a 500. This is with mozilla-gtk2-1.6_2 built from ports yesterday and jdk1.4.2p6_3. Accessing the same URL from the browser window does give a valid data reply, so I am assuming it is because the applet does not have access to the browser's cookies. It works ok with mozilla-1.5_1,2, so it might as well be a problem with the browser. Is anybody else seeing that problem? -- Regards, Georg.