You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Neil Griffin (JIRA)" <ji...@apache.org> on 2018/04/20 18:34:00 UTC

[jira] [Closed] (PLUTO-703) Extract PortletV3Demo TagLibPortlet.ActEvtProxyServlet inner-class into a separate ActEvtProxyServlet.java source file

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

Neil Griffin closed PLUTO-703.
------------------------------
    Resolution: Fixed

Fixed in commit [2a8facde44b1e43c2165fe5b2755930249a7330f|https://github.com/apache/portals-pluto/commit/2a8facde44b1e43c2165fe5b2755930249a7330f].

> Extract PortletV3Demo TagLibPortlet.ActEvtProxyServlet inner-class into a separate ActEvtProxyServlet.java source file
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-703
>                 URL: https://issues.apache.org/jira/browse/PLUTO-703
>             Project: Pluto
>          Issue Type: Improvement
>          Components: demo portlets
>    Affects Versions: 3.0.0
>            Reporter: Neil Griffin
>            Assignee: Neil Griffin
>            Priority: Major
>             Fix For: 3.0.1
>
>
> The PortletV3Demo has a class named TagLibPortlet with the following inner-class:
> {code:java|title=TagLibPortlet.java}
>   @WebServlet(urlPatterns = PROXY)
>    public static class ActEvtProxyServlet extends HttpServlet {
>       ...
>    }
> {code}
> This task involves extracting the inner-class into a separate file into a separate ActEvtProxyServlet.java source file. This will provide for better portability across servlet containers.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)