Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 257F59F2C for ; Fri, 10 Feb 2012 12:05:17 +0000 (UTC) Received: (qmail 18863 invoked by uid 500); 10 Feb 2012 12:05:16 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 18776 invoked by uid 500); 10 Feb 2012 12:05:15 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 18768 invoked by uid 99); 10 Feb 2012 12:05:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2012 12:05:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of julian.reschke@gmx.de designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mailout-de.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 10 Feb 2012 12:05:07 +0000 Received: (qmail invoked by alias); 10 Feb 2012 12:04:47 -0000 Received: from mail.greenbytes.de (EHLO [192.168.1.140]) [217.91.35.233] by mail.gmx.net (mp002) with SMTP; 10 Feb 2012 13:04:47 +0100 X-Authenticated: #1915285 X-Provags-ID: V01U2FsdGVkX18t2UF3inwt8fBAcA23sfnie+YRrjcJ3b/4K6G/DI rY6BXtnjLBuLfY Message-ID: <4F3507DC.7070600@gmx.de> Date: Fri, 10 Feb 2012 13:04:44 +0100 From: Julian Reschke User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: users@jackrabbit.apache.org CC: Jukka Zitting Subject: Re: LockManagerImpl.java:813 Bad lock token: Bad check digit. Token [..] References: <1117F8CD-04EF-46DF-A09F-A6B53A084BF2@pooteeweet.org> <4F34D7BB.3070507@gmx.de> <06CA6799-3613-4653-9957-55D8A4A31700@pooteeweet.org> <4F34DB4E.6010900@gmx.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org On 2012-02-10 12:23, Jukka Zitting wrote: > Hi, > > On Fri, Feb 10, 2012 at 9:54 AM, Julian Reschke wrote: >> Should we port *every* fix back? (not a rhetorical question). > > Only those that people are asking for (or that we can assume people to > run into). Additionally, we should ideally only backport low-risk bug > fixes, not wider improvements or other more risky changes. The main > focus in a maintenance branch like 2.4 is stability so upgrading from > 2.4.x to 2.4.(x+1) should never break anything, which limits the > amount and type of changes that should be backported. > > On this specific issue, the mentioned JCR-3209 is a little bit broader > change that modifies the way lock tokens are handled by the WebDAV > layer. Thus I'd rather keep it out of the 2.4 branch now that 2.4.0 is > already out. > > That said, the "Bad check digit" issue sounds like something that > shouldn't have happened even before JCR-3209. Does it only occur with > the WebDAV layer or can it be reproduced with a local Jackrabbit > instance? Perhaps we can come up with a more focused fix for the 2.4 > branch that doesn't change the externally visible lock token format > like JCR-3209 does. No, the problem has been around since JCR 2.0, as far as I can tell. If it's worth fixing, the best way to fix it would be to align with trunk. Please no diverging strategies! Best regards, Julian