https://bz.apache.org/bugzilla/show_bug.cgi?id=59874

--- Comment #1 from Konstantin Kolinko <[email protected]> ---
I do not confirm your issue.

Using Tomcat 8.0.36 (the version you reported this bug against)
1. Place the following file as webapps/ROOT/test.jsp

[[[
<%@page contentType="text/plain;charset=UTF-8"%><%
out.println("RESULT: " + request.getParameterValues("foo"));
%>
]]]

2. Start Tomcat and open the following address in a web browser
http://localhost:8080/test.jsp 

The page displays:

RESULT: null


Thus the method returned null as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to