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 2003/07/21 21:05:17 UTC

DO NOT REPLY [Bug 21742] - DispatchAction request parameter missing zero-length check

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

DispatchAction request parameter missing zero-length check

sraeburn@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From sraeburn@apache.org  2003-07-21 19:05 -------
I could not reproduce this problem. DispatchAction works fine when used with a
valid POST parameter. 

If you supply an invalid value, the fact that an explicit check for "" is not
made is immaterial because an error will still be generated due to a method with
that name ("") not being found.

Also, the latest version of DispatchAction (which is available via CVS and will
be in Struts 1.2) will throw a NoSuchMethodException so it should be a lot
clearer what's gone wrong.

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