Mantis - Resin
Viewing Issue Advanced Details
6419 minor always 06-17-21 10:37 06-29-21 16:53
nam  
ferg  
normal  
closed 4.0.65  
fixed  
none    
none 4.0.66  
0006419: jsp el ${paramValues} is returning a map that is case-insensitive
(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>

Notes
(0006968)
ferg   
06-29-21 16:53   
jsp/315q