From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19327 invoked by alias); 7 Sep 2002 19:14:15 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 19264 invoked from network); 7 Sep 2002 19:14:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Sep 2002 19:14:14 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g87Iw5108791 for ; Sat, 7 Sep 2002 14:58:05 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g87JECd01707; Sat, 7 Sep 2002 15:14:12 -0400 Received: from Toronto-HSE-ppp3704307.sympatico.ca (vpn3-1.sfbay.redhat.com [172.16.25.1]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g87JEBC05288; Sat, 7 Sep 2002 12:14:11 -0700 Subject: Re: transmission of serialized objects over a POST http request with rhug - patch solution From: Anthony Green To: Christophe Roux Cc: rhug-rhats@sources.redhat.com In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sat, 07 Sep 2002 12:14:00 -0000 Message-Id: <1031426051.1980.33.camel@dhcppc2> Mime-Version: 1.0 X-SW-Source: 2002-09/txt/msg00005.txt.bz2 Thanks for all the debugging work! I can help get these changes into the GCC sources. For ObjectInputStream, what was the rationale for removing the Field.setAccessible calls? In Connection, why do you call sock.setReceiveBufferSize(4096)? Thanks, AG