diff --git a/spring-security-rest-full/pom.xml b/spring-security-rest-full/pom.xml
index 664e47bb1f..05a7f1285f 100644
--- a/spring-security-rest-full/pom.xml
+++ b/spring-security-rest-full/pom.xml
@@ -28,6 +28,11 @@
aspectjweaver
+
+ org.apache.tomcat.embed
+ tomcat-embed-jasper
+ provided
+
diff --git a/spring-security-rest-full/src/main/webapp/WEB-INF/view/graph.jsp b/spring-security-rest-full/src/main/webapp/WEB-INF/view/graph.jsp
index a1a8050201..cb037f5f6c 100644
--- a/spring-security-rest-full/src/main/webapp/WEB-INF/view/graph.jsp
+++ b/spring-security-rest-full/src/main/webapp/WEB-INF/view/graph.jsp
@@ -1,3 +1,4 @@
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
Metric Graph
@@ -10,7 +11,7 @@
});
function drawChart() {
- $.get("http://localhost:8080/spring-security-rest-full/metric-graph",
+ $.get("",
function(mydata) {
var data = google.visualization.arrayToDataTable(mydata);