}
}
@Test
public void head() throws Exception {
clientResponse = client.getResponse(new HeadMethodWebRequest("http://localhost/myapps/app1/internal.htm"));
clientResponseCode = clientResponse.getResponseCode();
clientResponseContent = clientResponse.getText();
assertEquals(200, clientResponseCode);
assertEquals(null, trimToNull(clientResponseContent));