Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 77904 invoked from network); 26 Mar 2010 11:22:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Mar 2010 11:22:55 -0000 Received: (qmail 81483 invoked by uid 500); 26 Mar 2010 11:22:54 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 81454 invoked by uid 500); 26 Mar 2010 11:22:54 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 81447 invoked by uid 99); 26 Mar 2010 11:22:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Mar 2010 11:22:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Mar 2010 11:22:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 53F4C234C4ED for ; Fri, 26 Mar 2010 11:22:27 +0000 (UTC) Message-ID: <2041369740.507521269602547343.JavaMail.jira@brutus.apache.org> Date: Fri, 26 Mar 2010 11:22:27 +0000 (UTC) From: "angela (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-2013) IOUtils - getCreated(...) - SimpleDateFormat is not threadsafe In-Reply-To: <1743512089.1236693170714.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela updated JCR-2013: ------------------------ Affects Version/s: 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.1 2.0-alpha1 2.0-alpha3 2.0-alpha4 2.0-alpha7 2.0-alpha8 2.0-alpha9 2.0-alpha11 2.0-beta1 2.0-beta3 2.0-beta4 2.0-beta5 2.0-beta6 2.0.0 > IOUtils - getCreated(...) - SimpleDateFormat is not threadsafe > -------------------------------------------------------------- > > Key: JCR-2013 > URL: https://issues.apache.org/jira/browse/JCR-2013 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-jcr-server > Affects Versions: 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.6.0, 1.6.1, 2.0-alpha1, 2.0-alpha3, 2.0-alpha4, 2.0-alpha7, 2.0-alpha8, 2.0-alpha9, 2.0-alpha11, 2.0-beta1, 2.0-beta3, 2.0-beta4, 2.0-beta5, 2.0-beta6, 2.0.0 > Reporter: Radek Kraus > Assignee: angela > Fix For: 2.1.0 > > Attachments: IOUtil_getCreated.txt > > > SimpleDateFormat is not threadsafe (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4146524) > See exception in attachment. > IMHO it will be enough to synchronize 'format' method in HttpDateFormat class. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.