--- /tmp/1/src/test/java/org/owasp/esapi/http/MockServletContext.java 2011-07-25 10:18:49.000000000 +0300 +++ /tmp/1/src/test/java/org/owasp/esapi/http/MockServletContext.java 2012-09-30 13:54:13.839485232 +0300 @@ -82,6 +82,10 @@ public ServletContext getContext(String uripath) { return null; } + + public String getContextPath(){ + throw new UnsupportedOperationException(); + } /** * Returns the major version of the Java Servlet API that this