This commit is contained in:
zzz
2009-07-28 13:27:44 +00:00
parent 73f8cb4819
commit d2c939bc09

View File

@ -23,7 +23,7 @@ if (c != null && c.length() > 0) {
rendered = true;
} catch (java.io.IOException ioe) {}
if (rendered)
cout.close();;
cout.close();
}
if (!rendered)
response.sendError(404, "Not found");