[ic] perl code in mv_check gets executed despite verification failure

John Allman interchange-users@icdevgroup.org
Thu Feb 20 05:53:01 2003


Ed LaFrance wrote:

>
> mv_check execution is not predicated on all form checks passing 
> successfully; mv_check gets parsed after IC data structures are 
> updated by the from submission, that is all. Your explanation above 
> does not clearly explain how you expect to conditionally parse the 
> mv_check target. As is always the case with Interchange, there are 
> many ways. For instance, you could use &success=somepage to pass 
> execution through somepage.html if the form passes all checks, and 
> execute your code there.
>
> - Ed L.
>
Problem with that is that people would be able to get at somepage.html 
and execute the code anyway:(

thanks for the help

John