Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 37483 invoked from network); 18 Jul 2008 13:03:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2008 13:03:23 -0000 Received: (qmail 59962 invoked by uid 500); 18 Jul 2008 13:03:22 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 59718 invoked by uid 500); 18 Jul 2008 13:03:22 -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 59705 invoked by uid 99); 18 Jul 2008 13:03:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 06:03:21 -0700 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, 18 Jul 2008 13:02:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B37AE234C173 for ; Fri, 18 Jul 2008 06:02:31 -0700 (PDT) Message-ID: <595261578.1216386151734.JavaMail.jira@brutus> Date: Fri, 18 Jul 2008 06:02:31 -0700 (PDT) From: "angela (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1679) Simple Webdav: dir with same name as repository has incorrect behavior In-Reply-To: <1885611554.1216160971705.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 [ https://issues.apache.org/jira/browse/JCR-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1679. ------------------------- Resolution: Fixed Fix Version/s: 1.5 fixed at revision 677895 > Simple Webdav: dir with same name as repository has incorrect behavior > ---------------------------------------------------------------------- > > Key: JCR-1679 > URL: https://issues.apache.org/jira/browse/JCR-1679 > Project: Jackrabbit > Issue Type: Bug > Components: jackrabbit-jcr-server > Affects Versions: 1.4 > Environment: Mac OS X 10.5.4, Jetty 6.1.10, jackrabbit 1.4 webdav war > Reporter: Greg Schueler > Assignee: angela > Fix For: 1.5 > > > Using a default repository named "default" for example, creating a directory named "default" in that repository will have issues. The directory will not behave correctly. > Viewing the dir in Jetty http://localhost:8080/jackrabbit/repository/default/default/ will show the contents of the "default" directory. However, clicking on any of the contents will go to an incorrect URL. E.g. if a directory named "test" was created, then the URL for test will be "http://localhost:8080/jackrabbit/repository/default/test/" instead of "http://localhost:8080/jackrabbit/repository/default/default/test/". > Notice that there is only one "default" in the path provided by jackrabbit. > This causes the contents of such directories to be inaccessible -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.