https://issues.apache.org/bugzilla/show_bug.cgi?id=57501
--- Comment #5 from Massimo Manghi <[email protected]> --- In case abort_page gets called from within after_every_script it won't trigger the AbortScript. AfterEveryScript was executed after AbortScript before I made this patch anyway. And now it works this way all the more so because it gets executed really as very last script. So it must be changed again. Let me check the documentation but I suspect we have been having a quite haphazard setup for these procedures. If I understand you want to have AbortScript to be run whenever ::rivet::abort_page is called (perhaps only ErrorScript shouldn't run it) which makes sense but it's going to add here and there a few more if (rsc->after_every_script != NULL) Tcl_Exec.... please hold on a few more hours then... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
