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=21088>. 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=21088 NullPointerException in RequestUtils.populate ------- Additional Comments From [EMAIL PROTECTED] 2003-06-25 17:02 ------- For reference and backup to your bug report to them, section "SRV.14.2.16 ServletRequest" of the Servlet 2.3 specification says the following in the description of the "getParameterNames()" method: Returns an Enumeration of String objects containing the names of the parameters contained in this request. If the request has no parameters, the method returns an empty Enumeration. Notwithstanding this, I think there's something you can do as a workaround. You can write a servlet filter named "FixOrionBadParameterNamesFilter". I think it's possible this filter could add a dummy request parameter if it finds this Enumeration is null. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]