You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2016/11/06 19:20:58 UTC

[jira] [Commented] (JCR-4052) RFC4918DestinationHeaderTest fails with internal server error

    [ https://issues.apache.org/jira/browse/JCR-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642263#comment-15642263 ] 

Julian Reschke commented on JCR-4052:
-------------------------------------

Reason:

{noformat}
2016-11-06 20:03:06.425 ERROR [99347477@qtp-3447021-0] Slf4jLog.java:87 /repository/default/movetest
java.lang.IllegalArgumentException: Resource path '/' does not start with workspace path '/foobar'.
        at org.apache.jackrabbit.webdav.AbstractLocatorFactory$DavResourceLocatorImpl.<init>(AbstractLocatorFactory.java:229) ~[jackrabbit-standalone-2.13.5-SNAPSHOT.jar:na]
        at org.apache.jackrabbit.webdav.AbstractLocatorFactory$DavResourceLocatorImpl.<init>(AbstractLocatorFactory.java:200) ~[jackrabbit-standalone-2.13.5-SNAPSHOT.jar:na]
        at org.apache.jackrabbit.webdav.AbstractLocatorFactory.createResourceLocator(AbstractLocatorFactory.java:171) ~[jackrabbit-standalone-2.13.5-SNAPSHOT.jar:na]
        at org.apache.jackrabbit.webdav.AbstractLocatorFactory.createResourceLocator(AbstractLocatorFactory.java:152) ~[jackrabbit-standalone-2.13.5-SNAPSHOT.jar:na]
        at org.apache.jackrabbit.webdav.simple.DavResourceImpl.getCollection(DavResourceImpl.java:471) ~[jackrabbit-standalone-2.13.5-SNAPSHOT.jar:na]
{noformat}

(that is, incomplete exception handling)

> RFC4918DestinationHeaderTest fails with internal server error
> -------------------------------------------------------------
>
>                 Key: JCR-4052
>                 URL: https://issues.apache.org/jira/browse/JCR-4052
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-jcr-server
>    Affects Versions: 2.13.4
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>
> These tests assume that a local server is running, such as when running jackrabbit-standalone.
> To run the test:
> {noformat}
> mvn test -Dtest=RFC4918DestinationHeaderTest -Dwebdav.test.url=http://localhost:8080/repository/default -Dwebdav.test.username=admin -Dwebdav.test.password=admin
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)