[Bug 59874] ServletRequest.getParameterValues() not according to specs for missing parameters

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59874

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEEDINFO|RESOLVED

--- Comment #2 from Mark Thomas  ---
No response from the OP and testing clearly shows Tomcat is behaving as
required by the spec.

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

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 59874] ServletRequest.getParameterValues() not according to specs for missing parameters

2016-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59874

Violeta Georgieva  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

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

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 59874] ServletRequest.getParameterValues() not according to specs for missing parameters

2016-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59874

--- Comment #1 from Konstantin Kolinko  ---
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 59874] ServletRequest.getParameterValues() not according to specs for missing parameters

2016-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59874

Cristian Vasile Mocanu  changed:

   What|Removed |Added

 CC||cvmoc...@gmail.com

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

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org