* i2psnark: Don't send HTML-only headers for icons (2nd try)

This commit is contained in:
zzz
2014-09-16 22:32:05 +00:00
parent fcfb471a8a
commit 8688f26f15
3 changed files with 5 additions and 1 deletions

View File

@ -186,6 +186,7 @@ public class I2PSnarkServlet extends BasicServlet {
super.doGet(req, resp);
else // no POST either
resp.sendError(405);
return;
}
_themePath = "/themes/snark/" + _manager.getTheme() + '/';