forked from I2P_Developers/i2p.i2p
Console: Serve default favicon.ico
i2ptunnel: Remove dup link to nonexistent theme favicon.ico
This commit is contained in:
@@ -61,6 +61,8 @@ public class LocaleWebAppHandler extends HandlerWrapper
|
||||
if (pathInContext.equals("/") || pathInContext.equals("/index.html")) {
|
||||
// home page
|
||||
pathInContext = "/index.jsp";
|
||||
} else if (pathInContext.equals("/favicon.ico")) {
|
||||
// pass thru unchanged
|
||||
} else if (pathInContext.indexOf('/', 1) < 0 &&
|
||||
(!pathInContext.endsWith(".jsp")) &&
|
||||
(!pathInContext.endsWith(".log")) &&
|
||||
|
||||
Reference in New Issue
Block a user