|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 6419 | minor | always | 06-17-21 10:37 | 06-29-21 16:53 | |
|
|
|||||
| Reporter: | nam | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.65 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.66 | ||
|
|
|||||
| 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: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||