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] Created: (JCR-1016) [PATCH] Allow RepositoryAccessServlet to get the Repository from a ServletContext attribute

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


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

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Jukka Zitting resolved JCR-1016.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Patch applied in revision 558192. Thanks!

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


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

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

Jukka Zitting updated JCR-1016:
-------------------------------

    Affects Version/s:     (was: 1.3)

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