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
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.