// therefore older then the initial cache entry.
"Date: " + getStringDate(new Date(System.currentTimeMillis() + 1000)),
"Content-Type: text/html",
""
};
AbstractPluggableHTTPManager manager = createTestInstance();
HTTPResponseAccessor resp =
performRequest(manager, fakeResponse,
HTTPRequestType.POST, null);
assertEquals("response should be a 400", 400, resp.getStatusCode());