hold on, I've found out a wrong error message in the lines that handle the AbortScript.

            if (strcmp (errorCodeSubString, "ABORTPAGE") == 0)
            {
                if (conf->rivet_abort_script)
                {
if (Tcl_EvalObjEx(interp,conf->rivet_abort_script,0) == TCL_ERROR)
                    {
CONST84 char *errorinfo = Tcl_GetVar( interp, "errorInfo", 0 ); TclWeb_PrintError("<b>Rivet ErrorScript failed!</b>",1,globals->req); TclWeb_PrintError( errorinfo, 0, globals->req );
                    }
                }
                goto good;
            }

The message should read "<b>Rivet AbortScript failed!</b>": do you have an abort script that fails and the misleading message be displayed? I'll fix it right away anyway

 -- Massimo



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org

Reply via email to