Introducing HandlerConfig class to give handlers config values they need
这个提交包含在:
@@ -66,7 +66,8 @@ Response RequestWorker::processRequest(const Request &r)
|
||||
}
|
||||
}
|
||||
|
||||
auto handler = createHandler(r.param("action"), *this->templ, *this->db, session, *this->urlProvider, *this->cache);
|
||||
auto handler = createHandler(r.param("action"), *this->handlerConfig, *this->templ, *this->db, session,
|
||||
*this->urlProvider, *this->cache);
|
||||
|
||||
try
|
||||
{
|
||||
|
在新工单中引用
屏蔽一个用户