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/09 14:08:45 UTC

[jira] Created: (TILES-349) Provide environment-specific access to Tiles container and application context.

Provide environment-specific access to Tiles container and application context.
-------------------------------------------------------------------------------

                 Key: TILES-349
                 URL: https://issues.apache.org/struts/browse/TILES-349
             Project: Tiles
          Issue Type: Bug
          Components: tiles-api, tiles-core, tiles-jsp (jsp support), tiles-portlet, tiles-servlet
    Affects Versions: 2.1.1
            Reporter: Antonio Petrelli
             Fix For: 2.1.2


Currently access to Tiles containers is made through the use of TilesAccess.
The problem is that this class breaks security, since it uses introspection to get attributes.
Environment-specific APIs (for servlet, portlet and JSP) should be created, and deprecate the original of TilesAccess.

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


[jira] Closed: (TILES-349) Provide environment-specific access to Tiles container and application context.

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed TILES-349.
----------------------------------

    Resolution: Fixed

Created new methods in ServletUtil and JspUtil. Removed, from TilesAccess, some methods created for Tiles 2.1.0 would have been deprecated, while deprecating some of Tiles 2.0.x

> Provide environment-specific access to Tiles container and application context.
> -------------------------------------------------------------------------------
>
>                 Key: TILES-349
>                 URL: https://issues.apache.org/struts/browse/TILES-349
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-api, tiles-core, tiles-jsp (jsp support), tiles-portlet, tiles-servlet
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.2
>
>
> Currently access to Tiles containers is made through the use of TilesAccess.
> The problem is that this class breaks security, since it uses introspection to get attributes.
> Environment-specific APIs (for servlet, portlet and JSP) should be created, and deprecate the original of TilesAccess.

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


[jira] Updated: (TILES-349) Provide environment-specific access to Tiles container and application context.

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli updated TILES-349:
-----------------------------------

    Assignee: Antonio Petrelli

> Provide environment-specific access to Tiles container and application context.
> -------------------------------------------------------------------------------
>
>                 Key: TILES-349
>                 URL: https://issues.apache.org/struts/browse/TILES-349
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-api, tiles-core, tiles-jsp (jsp support), tiles-portlet, tiles-servlet
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.2
>
>
> Currently access to Tiles containers is made through the use of TilesAccess.
> The problem is that this class breaks security, since it uses introspection to get attributes.
> Environment-specific APIs (for servlet, portlet and JSP) should be created, and deprecate the original of TilesAccess.

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