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
Affects Versions: core 1.4.4
Environment: Mac OS X 10.5.4, Jetty 6.1.10, jackrabbit 1.4 webdav war
Reporter: Greg Schueler
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.