}
@Test
public void testEchoParamWithMaj() {
try {
UrlResponse response = testUtil.doMethodSecure("GET",
"/paramwithmaj/plop", null);
Assert.assertEquals(200, response.status);
Assert.assertEquals("echo: plop", response.body);
} catch (Throwable e) {
throw new RuntimeException(e);