Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable Druid WebStat
  • Loading branch information
zjlywjh001 committed Mar 26, 2018
1 parent 84ab2b7 commit 6ce8809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/WEB-INF/web.xml
Expand Up @@ -49,6 +49,7 @@
<servlet-name>phrackCTF</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
<!-- Disable Druid WebStatView
<filter>
<filter-name>DruidWebStatFilter</filter-name>
<filter-class>com.alibaba.druid.support.http.WebStatFilter</filter-class>
Expand Down Expand Up @@ -81,6 +82,7 @@
<servlet-name>DruidStatView</servlet-name>
<url-pattern>/druid/*</url-pattern>
</servlet-mapping>
-->
<filter>
<filter-name>shiroFilter</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
Expand Down

0 comments on commit 6ce8809

Please sign in to comment.