You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/07/09 15:44:04 UTC

[jira] Updated: (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 ]

Bertrand Delacretaz updated JCR-1016:
-------------------------------------

    Attachment: RepositoryAccessServletContextAttribute.patch

> [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
>    Affects Versions: 1.3
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>         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.