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