Anonymous | Login | Signup for a new account | 12-17-2024 08:30 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 4.0.65 | ||||||
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> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |