Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 29839 invoked from network); 17 Feb 2011 14:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Feb 2011 14:38:54 -0000 Received: (qmail 98956 invoked by uid 500); 17 Feb 2011 14:38:53 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 98239 invoked by uid 500); 17 Feb 2011 14:38:49 -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 98206 invoked by uid 99); 17 Feb 2011 14:38:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Feb 2011 14:38:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Feb 2011 14:38:45 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 84B521AA760 for ; Thu, 17 Feb 2011 14:38:24 +0000 (UTC) Date: Thu, 17 Feb 2011 14:38:24 +0000 (UTC) From: "angela (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1599580048.2836.1297953504540.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1746832040.5909.1296681148971.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Resolved: (JCR-2876) org.apache.jackrabbit.server.io.IOUtil getTempFile misses dot in tmp suffix 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-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-2876. ------------------------- Resolution: Fixed Fix Version/s: 2.3.0 thanks for reporting this issue and the patch > org.apache.jackrabbit.server.io.IOUtil getTempFile misses dot in tmp suffix > --------------------------------------------------------------------------- > > Key: JCR-2876 > URL: https://issues.apache.org/jira/browse/JCR-2876 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-jcr-server > Affects Versions: 2.2.2 > Environment: ALL > Reporter: Cyriel Vringer > Priority: Minor > Fix For: 2.3.0 > > Original Estimate: 1m > Remaining Estimate: 1m > > At line 168: > File tmpFile = File.createTempFile("__importcontext", "tmp"); > Suffix tmp has no use because the dot is missing. > Should be: > File tmpFile = File.createTempFile("__importcontext", ".tmp"); -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira