Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8906595E6 for ; Tue, 27 Sep 2011 17:38:10 +0000 (UTC) Received: (qmail 2283 invoked by uid 500); 27 Sep 2011 17:38:09 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 2198 invoked by uid 500); 27 Sep 2011 17:38:09 -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 2183 invoked by uid 99); 27 Sep 2011 17:38:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 17:38:09 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Tue, 27 Sep 2011 17:38:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 962672890C7 for ; Tue, 27 Sep 2011 17:37:45 +0000 (UTC) Date: Tue, 27 Sep 2011 17:37:45 +0000 (UTC) From: "Jukka Zitting (Updated) (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1415907694.267.1317145065617.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <888328039.13085.1317054326307.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (JCR-3083) Degrade gracefully when reading invalid date values 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-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3083: ------------------------------- Fix Version/s: (was: 2.3.0) 2.2.9 Merged to the 2.2 branch in revision 1176484. > Degrade gracefully when reading invalid date values > --------------------------------------------------- > > Key: JCR-3083 > URL: https://issues.apache.org/jira/browse/JCR-3083 > Project: Jackrabbit Content Repository > Issue Type: Bug > Reporter: Jukka Zitting > Priority: Minor > Fix For: 2.2.9 > > Attachments: JCR-3083.patch > > > As noted in JCR-1996, it is possible for an old version of Jackrabbit to store date invalid date values in the repository. Currently such values cause exceptions when the repository attempts to read them. A better approach would be to automatically detect such dates and map them instead to string values to avoid losing any information. A client could then access the information as a string through the normal JCR API, and would only get a ValueFormatException when trying to read the value as a date, i.e. using the getDate() method. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira