You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2009/01/07 15:00:44 UTC

[jira] Closed: (TILES-328) Cast to ServletContext instead of using reflection

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

Antonio Petrelli closed TILES-328.
----------------------------------


Closed due to the release of Tiles 2.1.1

> Cast to ServletContext instead of using reflection
> --------------------------------------------------
>
>                 Key: TILES-328
>                 URL: https://issues.apache.org/struts/browse/TILES-328
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.0.4
>            Reporter: Eddy Chan
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.1
>
>
> In org.apache.tiles.access.TilesAccess.get/set/removeAttribute, instead of using reflection to call the methods, cast the context object to a ServletContext and then call the methods directly.  This reduces the chance of having a SecurityException occur, since the ServletContext interface for these methods are public, but the specific context may not be reflectable.

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