Skip to content

Commit

Permalink
Issue #5539 - Proper StatisticsServlet output format via content nego…
Browse files Browse the repository at this point in the history
…tiation

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Nov 2, 2020
1 parent 8b61d70 commit 178924b
Show file tree
Hide file tree
Showing 3 changed files with 646 additions and 171 deletions.
5 changes: 5 additions & 0 deletions jetty-servlet/pom.xml
Expand Up @@ -41,6 +41,11 @@
<artifactId>jetty-security</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util-ajax</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jmx</artifactId>
Expand Down

0 comments on commit 178924b

Please sign in to comment.