Skip to content

Commit

Permalink
removed moskitoui filter from
Browse files Browse the repository at this point in the history
  • Loading branch information
dvayanu committed Apr 16, 2014
1 parent 1e42ecd commit 141eff7
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions moskito-webui/etc/META-INF/web-fragment.xml
Expand Up @@ -2,21 +2,7 @@
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd">
<name>MoSKitoWebUI</name>
<!-- Adding filter to moskito ui which redirects requests to /mui/* to moskito user interface -->
<filter>
<filter-name>MoskitoUIFilter</filter-name>
<filter-class>net.anotheria.moskito.webui.MoskitoUIFilter</filter-class>
<init-param>
<param-name>path</param-name>
<param-value>/mui/</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>MoskitoUIFilter</filter-name>
<url-pattern>/mui/*</url-pattern>
</filter-mapping>

<name>MoSKitoInspectShared</name>
<listener>
<listener-class>
net.anotheria.moskito.webui.util.StartStopListener
Expand Down

0 comments on commit 141eff7

Please sign in to comment.