}
// Run the pre-save filters. If any exceptions, add error to list, abort, and redirect
String saveText;
FilterManager fm = engine.getFilterManager();
saveText = fm.doPreSaveFiltering( m_context, m_proposedText );
// Stash the wiki context, old and new text as workflow attributes
workflow.setAttribute( PRESAVE_WIKI_CONTEXT, m_context );
workflow.setAttribute( FACT_PROPOSED_TEXT, saveText );
return Outcome.STEP_COMPLETE;