On 19/01/2016 13:39, Adhavan Mathiyalagan wrote:

<snip/>

> What i could understand is application is throwing exception due to change
> in the getParameter method of ApplicationHttpRequest class ,which earlier
> was accepting all datatypes (like Integer)
> is now restricted to 'String'  datatype only .
> 
> Kindly let me know why this change has been done ( in the getParameter
> method of ApplicationHttpRequest class)

If only the Apache Tomcat project used some form of version control
system where every change to the source code was tracked along with a
comment that explained why...

> and the suggest me the path forward
> for fixing the issue.

Figure out what is inserting something other than String[] as the value
into a Map<String,String[]> instance.

Mark


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

Reply via email to