[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.

Reply via email to