oMockFacade.expectLocation("/test.aspx");
}
public void testForbiddenAction() throws Exception {
RewriterConfiguration oConfig = getConfig();
oConfig.getRules().add(new ForbiddenAction());
MockContextFacade oMockFacade = new MockContextFacade("/", ".",
"GET", new URL("http://localhost/test.aspx"));
RewriterEngine oEngine = new RewriterEngine(oConfig);
try {