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 2007/03/07 11:17:11 UTC

[jira] Resolved: (TILES-130) ServletHeaderValuesMap has a wrong entrySet implementation

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

Antonio Petrelli resolved TILES-130.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.2

Now SerlvetHeaderValuesMap has a correct implementation.
Added a test case to test the whole ServletTilesRequestContext class.

> ServletHeaderValuesMap has a wrong entrySet implementation
> ----------------------------------------------------------
>
>                 Key: TILES-130
>                 URL: https://issues.apache.org/struts/browse/TILES-130
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-core
>    Affects Versions: 2.0.1
>            Reporter: Antonio Petrelli
>         Assigned To: Antonio Petrelli
>             Fix For: 2.0.2
>
>
> ServletHeaderValuesMap.entrySet returns a set of:
> <Map.Entry<String, Enumeration>>
> instead of the correct
> <Map.Entry<String, String[]>>

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