Only in wt-3.3.2-rc2.mine: build Only in wt-3.3.2-rc2.mine/src/Wt: cscope.out Only in wt-3.3.2-rc2.mine/src/Wt: tags --- src/Wt/WMemoryResource.C 2013-12-19 09:43:36.000000000 +0100 +++ src/Wt/WMemoryResource.C 2014-03-13 12:36:36.888723701 +0100 @@ -107,6 +107,9 @@ void WMemoryResource::handleRequest(cons data = data_; } + if (!data) + return; + response.setMimeType(mimeType_); for (unsigned int i = 0; i < (*data).size(); ++i)