You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2008/02/06 10:15:08 UTC

[jira] Created: (SLING-225) Add SlingHttpServletRequest.getRequestDispatcher(String path, RequestDispatcherOptions options) method

Add SlingHttpServletRequest.getRequestDispatcher(String path, RequestDispatcherOptions options) method
------------------------------------------------------------------------------------------------------

                 Key: SLING-225
                 URL: https://issues.apache.org/jira/browse/SLING-225
             Project: Sling
          Issue Type: Improvement
          Components: API, Core
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 2.0.0


Currently the SlingHttpServletRequest interface only allows the creation of a RequestDispatcher with options if a Resource is available. But it should also be possible to create a RequestDispatcher with options from a path.

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


[jira] Closed: (SLING-225) Add SlingHttpServletRequest.getRequestDispatcher(String path, RequestDispatcherOptions options) method

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

Felix Meschberger closed SLING-225.
-----------------------------------

    Resolution: Fixed

Implemented new getter method in Rev. 618938.

> Add SlingHttpServletRequest.getRequestDispatcher(String path, RequestDispatcherOptions options) method
> ------------------------------------------------------------------------------------------------------
>
>                 Key: SLING-225
>                 URL: https://issues.apache.org/jira/browse/SLING-225
>             Project: Sling
>          Issue Type: Improvement
>          Components: API, Core
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> Currently the SlingHttpServletRequest interface only allows the creation of a RequestDispatcher with options if a Resource is available. But it should also be possible to create a RequestDispatcher with options from a path.

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