On 9/22/05, Aaron Trevena <[EMAIL PROTECTED]> wrote: > On 9/22/05, David Baird <[EMAIL PROTECTED]> wrote: > > I'm still not clear about the case where a form submission includes no > > mention of a field, for instance a select dropdown where you don't > > select anything. I think in that case, the form does not even submit > > an empty field - it omits the field entirely from the submission. I > > guess I need to write a test. > > I think it should submit the form with no value for that field.
I mean, the browser omits the field entirely. What I want to test is how a CGI::Untaint handler behaves when you ask it to untaint a key that isn't even in the submitted data. d. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Maypole-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-devel
