forked from I2P_Developers/i2p.i2p
* i2psnark: Don't send HTML-only headers for icons (2nd try)
This commit is contained in:
@ -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() + '/';
|
||||
|
@ -1,3 +1,6 @@
|
||||
2014-09-16 zzz
|
||||
* i2psnark: Don't send HTML-only headers for icons (2nd try)
|
||||
|
||||
2014-09-13 zzz
|
||||
* i2ptunnel:
|
||||
- Fixes for stopping client tunnels
|
||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 19;
|
||||
public final static long BUILD = 20;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
Reference in New Issue
Block a user