Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436644
Collapse All | Expand All

(-)/tmp/1/src/test/java/org/owasp/esapi/http/MockServletContext.java (+4 lines)
Lines 82-87 Link Here
82
    public ServletContext getContext(String uripath) {
82
    public ServletContext getContext(String uripath) {
83
    	return null;
83
    	return null;
84
    }
84
    }
85
	
86
	public String getContextPath(){
87
		throw new UnsupportedOperationException();
88
	}
85
89
86
    /**
90
    /**
87
     * Returns the major version of the Java Servlet API that this
91
     * Returns the major version of the Java Servlet API that this

Return to bug 436644