Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 50839 invoked from network); 7 Aug 2006 19:52:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 19:52:57 -0000 Received: (qmail 75752 invoked by uid 500); 7 Aug 2006 19:52:56 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 75528 invoked by uid 500); 7 Aug 2006 19:52:56 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 75517 invoked by uid 99); 7 Aug 2006 19:52:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 12:52:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 12:52:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 50FE0714294 for ; Mon, 7 Aug 2006 19:50:14 +0000 (GMT) Message-ID: <2132856.1154980214313.JavaMail.jira@brutus> Date: Mon, 7 Aug 2006 12:50:14 -0700 (PDT) From: "Roland Weber (JIRA)" To: httpclient-dev@jakarta.apache.org Subject: [jira] Commented: (HTTPCLIENT-594) HttpMethodBase#aborted variable mistakenly declared transient instead of volatile In-Reply-To: <29906796.1154949493845.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HTTPCLIENT-594?page=comments#action_12426307 ] Roland Weber commented on HTTPCLIENT-594: ----------------------------------------- I'm with Odi. No need for an emergency release if nobody is experiencing problems. I haven't used volatile since the times when I was programming in C and assembler, and I don't remember having Java threading issues because of that. Still, I'll keep it in mind and silently put some volatile declarations into HttpAsync :-) cheers, Roland > HttpMethodBase#aborted variable mistakenly declared transient instead of volatile > --------------------------------------------------------------------------------- > > Key: HTTPCLIENT-594 > URL: http://issues.apache.org/jira/browse/HTTPCLIENT-594 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 3.0.1, 3.1 Alpha 1 > Reporter: Oleg Kalnichevski > Assigned To: Oleg Kalnichevski > Fix For: 3.1 Beta 1 > > Attachments: httpmethodbase.patch > > > HttpMethodBase#aborted variable mistakenly declared transient instead of volatile. This is quite nasty. > Do we want to cut an emergency release (3.0.2) because of that or can this wait until 3.1-beta1? > Fix attached. > Oleg -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org