Re: getParameter() should be case insensitive?

2004-09-23 Thread Dave Dribin
On Sep 23, 2004, at 3:34 PM, Shapira, Yoav wrote: Hi, I guess the part where I said we didn't have a choice, we must implement the servlet spec as-is, and if you don't like it contact the expert group, wasn't clear? ;) I hope it is now. Thanks for your input! I guess I was looking for some objec

getParameter() should be case insensitive?

2004-09-23 Thread Dave Dribin
Hi all, I need to settle a debate here in the office... HttpServlet.getParamter() is case sensitive, i.e., these are not the same: request.getParameter("name"); request.getParameter("Name"); This is, however, contrary to other APIs and even the HTML spec (I believe). For example, Apache::