Skip to content

Commit

Permalink
disabled the apollo filters for now from the core hawtio web app (as …
Browse files Browse the repository at this point in the history
…it breaks the WAR and OSGi bundles)
  • Loading branch information
jstrachan committed Jun 26, 2013
1 parent 45e891b commit 67b9751
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hawtio-web/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -91,6 +91,9 @@


<!-- For Apollo -->
<!--
TODO - disabled Apollo for now to avoid breaking hawtio-web when deployed inside OSGi etc
<filter>
<filter-name>static</filter-name>
<filter-class>org.apache.activemq.apollo.web.StaticContentFilter</filter-class>
Expand All @@ -116,6 +119,7 @@
<servlet-name>jersey</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
-->

</web-app>

0 comments on commit 67b9751

Please sign in to comment.