[jira] Created: (PLUTO-535) Dispatched HttpServletRequest path info methods must return path information used to obtain the PortletRequestDispatcher

View: New views
4 Messages — Rating Filter:   Alert me  

[jira] Created: (PLUTO-535) Dispatched HttpServletRequest path info methods must return path information used to obtain the PortletRequestDispatcher

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dispatched HttpServletRequest path info methods must return path information used to obtain the PortletRequestDispatcher
------------------------------------------------------------------------------------------------------------------------

                 Key: PLUTO-535
                 URL: https://issues.apache.org/jira/browse/PLUTO-535
             Project: Pluto
          Issue Type: Bug
          Components: portlet container
    Affects Versions: 2.0.0
            Reporter: Ate Douma
            Assignee: Ate Douma
             Fix For: 2.0.0


See: Portlet API 2.0 PLT.19.3.8 Path and Query Information in Included / Forwarded Servlets

To be able to implement this correctly, the PortletRequestDispatcher needs to *parse* the provided path and match it against the servlet-mapping url-patterns from web.xml...
This means the PortletApplicationDefinition needs to be expanded to also hold these url-patterns retrieved from web.xml, which needs to be implemented in the PortletAppDescriptorServiceImpl (for Pluto).


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


[jira] Resolved: (PLUTO-535) Dispatched HttpServletRequest path info methods must return path information used to obtain the PortletRequestDispatcher

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Ate Douma resolved PLUTO-535.
-----------------------------

    Resolution: Fixed

All fixed and implemented with the recent big bang refactoring and final commits r753592 and r753593

> Dispatched HttpServletRequest path info methods must return path information used to obtain the PortletRequestDispatcher
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-535
>                 URL: https://issues.apache.org/jira/browse/PLUTO-535
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlet container
>    Affects Versions: 2.0.0
>            Reporter: Ate Douma
>            Assignee: Ate Douma
>             Fix For: 2.0.0
>
>
> See: Portlet API 2.0 PLT.19.3.8 Path and Query Information in Included / Forwarded Servlets
> To be able to implement this correctly, the PortletRequestDispatcher needs to *parse* the provided path and match it against the servlet-mapping url-patterns from web.xml...
> This means the PortletApplicationDefinition needs to be expanded to also hold these url-patterns retrieved from web.xml, which needs to be implemented in the PortletAppDescriptorServiceImpl (for Pluto).

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


[jira] Reopened: (PLUTO-535) Dispatched HttpServletRequest path info methods must return path information used to obtain the PortletRequestDispatcher

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Ate Douma reopened PLUTO-535:
-----------------------------


Reopening to disqualify this solution as its been replaced by PLUTO-557

> Dispatched HttpServletRequest path info methods must return path information used to obtain the PortletRequestDispatcher
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-535
>                 URL: https://issues.apache.org/jira/browse/PLUTO-535
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlet container
>    Affects Versions: 2.0.0
>            Reporter: Ate Douma
>            Assignee: Ate Douma
>             Fix For: 2.0.0
>
>
> See: Portlet API 2.0 PLT.19.3.8 Path and Query Information in Included / Forwarded Servlets
> To be able to implement this correctly, the PortletRequestDispatcher needs to *parse* the provided path and match it against the servlet-mapping url-patterns from web.xml...
> This means the PortletApplicationDefinition needs to be expanded to also hold these url-patterns retrieved from web.xml, which needs to be implemented in the PortletAppDescriptorServiceImpl (for Pluto).

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


[jira] Resolved: (PLUTO-535) Dispatched HttpServletRequest path info methods must return path information used to obtain the PortletRequestDispatcher

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Ate Douma resolved PLUTO-535.
-----------------------------

    Resolution: Incomplete

Resolving this issue now as Incomplete as it turned out not to provide all the needed functionality.
Replaced by the solution from PLUTO-557.

> Dispatched HttpServletRequest path info methods must return path information used to obtain the PortletRequestDispatcher
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-535
>                 URL: https://issues.apache.org/jira/browse/PLUTO-535
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlet container
>    Affects Versions: 2.0.0
>            Reporter: Ate Douma
>            Assignee: Ate Douma
>             Fix For: 2.0.0
>
>
> See: Portlet API 2.0 PLT.19.3.8 Path and Query Information in Included / Forwarded Servlets
> To be able to implement this correctly, the PortletRequestDispatcher needs to *parse* the provided path and match it against the servlet-mapping url-patterns from web.xml...
> This means the PortletApplicationDefinition needs to be expanded to also hold these url-patterns retrieved from web.xml, which needs to be implemented in the PortletAppDescriptorServiceImpl (for Pluto).

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