You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/07/21 01:05:06 UTC

[jira] Assigned: (JCR-1016) [PATCH] Allow RepositoryAccessServlet to get the Repository from a ServletContext attribute

     [ https://issues.apache.org/jira/browse/JCR-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting reassigned JCR-1016:
----------------------------------

    Assignee: Jukka Zitting

> [PATCH] Allow RepositoryAccessServlet to get the Repository from a ServletContext attribute
> -------------------------------------------------------------------------------------------
>
>                 Key: JCR-1016
>                 URL: https://issues.apache.org/jira/browse/JCR-1016
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: webapp
>            Reporter: Bertrand Delacretaz
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: RepositoryAccessServletContextAttribute.patch
>
>
> The attached patch adds a repository.context.attribute.name init parameter to the RepositoryAccessServlet:
>         <init-param>
>           <param-name>repository.context.attribute.name</param-name>
>           <param-value>javax.jcr.Repository</param-value>
>           <description>
>             If this is set, the RepositoryAccessServlet expects a Repository in the ServletContext 
>             attribute having this name. This allows servlets of this module to be used with repositories
>             intialized by the jackrabbit-jcr-servlet module utilities.
>           </description>
>         </init-param>

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