DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14245>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14245

[PATCH] NullPointerException in org.apache.cocoon.environment.http.HttpRequest





------- Additional Comments From [EMAIL PROTECTED]  2002-11-14 06:01 -------
Hi Marcus and Michael, 
 
Can there be a null value in an array returned by 
this.req.getParameterValues(name) according to the Servlet spec.? The 
servletapi javadoc (the one included in Tomcat 4.1.12) doesn't say anything 
about it.  
In my opinion, if the spec doesn't explicitly specify it we should silently 
put the null values into the array if those are returned by 
this.req.getParameterValues(name). 
If this.req.getParameterValues(name) *never* returns an array containing any 
nulls, then the check in decode() is unnecessary. 
 
Thanks, 
Ivan.

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

Reply via email to