Console: Custom icons for non-webapp plugins, from cacapo (ticket #1550)

This commit is contained in:
zzz
2016-02-03 13:20:22 +00:00
parent bf51d5d9c4
commit acdaa60de3
4 changed files with 132 additions and 0 deletions

View File

@@ -14,6 +14,18 @@
</filter-mapping>
<!-- precompiled servlets -->
<servlet>
<servlet-name>net.i2p.router.web.CodedIconRendererServlet</servlet-name>
<servlet-class>net.i2p.router.web.CodedIconRendererServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>net.i2p.router.web.CodedIconRendererServlet</servlet-name>
<url-pattern>/Plugins/*</url-pattern>
</servlet-mapping>
<!-- yeah, i'm lazy, using a jsp instead of a servlet.. -->
<servlet-mapping>