You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/02/03 19:58:39 UTC

DO NOT REPLY [Bug 26643] New: - StrutsRequestWrapper needs to implement getParameterMap

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=26643>.
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=26643

StrutsRequestWrapper needs to implement getParameterMap

           Summary: StrutsRequestWrapper needs to implement getParameterMap
           Product: Struts
           Version: Unknown
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Test
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: reuben@alum.bu.edu


StrutsRequestWrapper doesn't implement getParameterMap. If during testing, we 
call getParameterMap(), we will get the map of the wrapped Request not the 
parameter map with the StrutsRequestWrapper's parameters
So, getParameterMap().get(key) will not equal getParameter(key)

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org