You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "David Sean Taylor (JIRA)" <je...@portals.apache.org> on 2005/06/01 20:53:55 UTC

[jira] Assigned: (JS2-271) LayoutPortlet contains incompatible class cast

     [ http://issues.apache.org/jira/browse/JS2-271?page=all ]

David Sean Taylor reassigned JS2-271:
-------------------------------------

    Assign To: David Sean Taylor

> LayoutPortlet contains incompatible class cast
> ----------------------------------------------
>
>          Key: JS2-271
>          URL: http://issues.apache.org/jira/browse/JS2-271
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-M3
>     Reporter: John Donald
>     Assignee: David Sean Taylor
>  Attachments: layoutportlet.patch
>
> In line 280 the cast to RequestContext is not necessary, it leads to a class cast exception.
>         JetspeedPowerTool tool = (JetspeedPowerTool) (RequestContext) request.getAttribute(PortalReservedParameters.JETSPEED_POWER_TOOL_REQ_ATTRIBUTE);
> This does not happen in the default implementation as the request attribute is always null and created each time this code is executed. If the method were called more than once it would break.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org