Skip to content

Commit

Permalink
Add the StatusManagerServlet to the list of Servlets that can only be…
Browse files Browse the repository at this point in the history
… loaded by privileged applications.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1722799 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Jan 4, 2016
1 parent 4a70190 commit c8601f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
org.apache.catalina.ssi.SSIServlet=restricted
org.apache.catalina.servlets.CGIServlet=restricted
org.apache.catalina.manager.JMXProxyServlet=restricted
org.apache.catalina.manager.StatusManagerServlet=restricted
4 changes: 4 additions & 0 deletions webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@
header to the <code>HttpHeaderSecurityFilter</code>. Patch provided by
Jacopo Cappellato. (markt)
</fix>
<fix>
Add the <code>StatusManagerServlet</code> to the list of Servlets that
can only be loaded by privileged applications. (markt)
</fix>
</changelog>
</subsection>
<subsection name="Coyote">
Expand Down

0 comments on commit c8601f8

Please sign in to comment.