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