---> StructDelete( application, "dsn"); StructDelete( client, "datasourceOverride" ); application.portalFrameworkInstances.init(); --------------------- ---> ---> // setting the form encoding to utf-8 is necessary to properly handle multipart/form encoded // posts - not doing so causes the call the getHttpRequestData() to put the server in an // inconsistent state... the NEXT request will be met with a Server Error setEncoding( "form", "utf-8" ); headers = GetHttpRequestData().headers; if( not isDefined( "headers.fseAjax" ) ) { headers.fseAjax = false; } request.headers = headers; --->