What steps will reproduce the problem?
1. ESAPI.httpUtilities().setCurrentHTTP(request, response);
HttpServletRequest req =
(HttpServletRequest)ESAPI.httpUtilities().getCurrentRequest();
req.getParameterValues(name));
What I get is
java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to
[Ljava.lang.String;
org.owasp.esapi.filters.SafeRequest.getParameterValues(Unknown Source)
ESAPI 1.4 on Mac OS X 10.5.6
I get this error when I use bind method in Spring Framework
Original issue reported on code.google.com by dito.sub...@gmail.com on 13 Apr 2009 at 11:52
Original issue reported on code.google.com by
dito.sub...@gmail.com
on 13 Apr 2009 at 11:52