You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2008/01/17 10:28:38 UTC

[jira] Created: (SLING-170) WebDAV: Prevent NullPointerException when not supplying a workspace

WebDAV: Prevent NullPointerException when not supplying a workspace
-------------------------------------------------------------------

                 Key: SLING-170
                 URL: https://issues.apache.org/jira/browse/SLING-170
             Project: Sling
          Issue Type: Improvement
          Components: Repository
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 2.0.0


When accessing the root of the Simple WebDAV Servlet, a NullPointerException may be thrown by the Jackrabbit implementation (This will be the cause for another issue of course).

For our implementation it would make sense to redirect (temporarily) to the default workspace if the servlet root is accessed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-170) WebDAV: Prevent NullPointerException when not supplying a workspace

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559881#action_12559881 ] 

Felix Meschberger commented on SLING-170:
-----------------------------------------

Created JCR-1319 to prevent this NPE.

> WebDAV: Prevent NullPointerException when not supplying a workspace
> -------------------------------------------------------------------
>
>                 Key: SLING-170
>                 URL: https://issues.apache.org/jira/browse/SLING-170
>             Project: Sling
>          Issue Type: Improvement
>          Components: Repository
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> When accessing the root of the Simple WebDAV Servlet, a NullPointerException may be thrown by the Jackrabbit implementation (This will be the cause for another issue of course).
> For our implementation it would make sense to redirect (temporarily) to the default workspace if the servlet root is accessed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-170) WebDAV: Prevent NullPointerException when not supplying a workspace

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed SLING-170.
-----------------------------------

    Resolution: Fixed

Implemented the redirect to the default workspace in Rev. 612782

> WebDAV: Prevent NullPointerException when not supplying a workspace
> -------------------------------------------------------------------
>
>                 Key: SLING-170
>                 URL: https://issues.apache.org/jira/browse/SLING-170
>             Project: Sling
>          Issue Type: Improvement
>          Components: Repository
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> When accessing the root of the Simple WebDAV Servlet, a NullPointerException may be thrown by the Jackrabbit implementation (This will be the cause for another issue of course).
> For our implementation it would make sense to redirect (temporarily) to the default workspace if the servlet root is accessed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.