You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2007/12/11 09:33:42 UTC

[jira] Created: (JCR-1268) Move JCRWebdavServerServlet to jcr-server and make it abstract

Move JCRWebdavServerServlet to jcr-server and make it abstract
--------------------------------------------------------------

                 Key: JCR-1268
                 URL: https://issues.apache.org/jira/browse/JCR-1268
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-jcr-server, jackrabbit-webapp
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 1.4


In line with isse JCR-417, I suggest to partially move the JCRWebdavServerServlet from the jcr-webapp project to the jcr-server project. By partially I mean, that the new (moved) servlet will be abstract and the getRepository() method will be abstract. The jcr-webapp project will still contain a JCRWebdavServerServlet (for backwards compatibility maintaing the same name) which just extends the new servlet and implements the getRepository() method using the RepositoryAccess servlet.

This allows for the reuse of the jcr-server project including the abstract JCRWebdavServerServlet in other environments.


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


[jira] Closed: (JCR-1268) Move JCRWebdavServerServlet to jcr-server and make it abstract

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

Felix Meschberger closed JCR-1268.
----------------------------------

    Resolution: Fixed

Fixed in Rev. 603177.

> Move JCRWebdavServerServlet to jcr-server and make it abstract
> --------------------------------------------------------------
>
>                 Key: JCR-1268
>                 URL: https://issues.apache.org/jira/browse/JCR-1268
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-jcr-server, jackrabbit-webapp
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 1.4
>
>
> In line with isse JCR-417, I suggest to partially move the JCRWebdavServerServlet from the jcr-webapp project to the jcr-server project. By partially I mean, that the new (moved) servlet will be abstract and the getRepository() method will be abstract. The jcr-webapp project will still contain a JCRWebdavServerServlet (for backwards compatibility maintaing the same name) which just extends the new servlet and implements the getRepository() method using the RepositoryAccess servlet.
> This allows for the reuse of the jcr-server project including the abstract JCRWebdavServerServlet in other environments.

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