mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 03:29:47 +02:00
fixed subtle bug with re-login
This commit is contained in:
@@ -90,8 +90,7 @@ void DynamicCodeLoaderRenderer::renderHead(const Renderable* pRenderable, const
|
||||
WebApplication::instance().registerAjaxProcessor(Poco::NumberFormatter::format(pLoader->id()), pL);
|
||||
|
||||
// the js file: only do when not already set
|
||||
if (!pLoader->getViewCode().empty())
|
||||
return;
|
||||
// bug: this optimization breaks logout/login stuff!
|
||||
|
||||
std::ostringstream out;
|
||||
View::Ptr pView = pLoader->view();
|
||||
|
Reference in New Issue
Block a user