Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0006419 [Resin] minor always 06-17-21 10:37 06-29-21 16:53
Reporter nam View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.66 Product Version 4.0.65
  Product Build
Summary 0006419: jsp el ${paramValues} is returning a map that is case-insensitive
Description (rep by Yoon)

${paramValues} is returning a map that is case-insensitive

    NAME : <%= request.getParameter("NAME") %>

    ADDR : <%= request.getParameter("ADDRESS") %>

    <c:forEach items="${paramValues}" var="parameter" varStatus="status">
        <c:if test="${status.index != 0}">, </c:if>${parameter.key}:'${parameter.value[0]}'
    </c:forEach>
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0006968)
ferg
06-29-21 16:53

jsp/315q
 

- Issue History
Date Modified Username Field Change
06-17-21 10:37 nam New Issue
06-17-21 10:44 nam Summary ${paramValues} is returning a map that is case-insensitive => jsp el ${paramValues} is returning a map that is case-insensitive
06-17-21 10:44 nam Description Updated
06-29-21 16:53 ferg Note Added: 0006968
06-29-21 16:53 ferg Assigned To  => ferg
06-29-21 16:53 ferg Status new => closed
06-29-21 16:53 ferg Resolution open => fixed
06-29-21 16:53 ferg Fixed in Version  => 4.0.66


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker