"GET / HTTP/1.1\nAuthorization: Basic \n\n",
};
for (final String http : requests) {
try {
new SecuredHost(
new HostMocker().mock(),
HttpRequestMocker.toRequest(http)
).fetch(URI.create("/test.html"), Range.ENTIRE, Version.LATEST);
Assert.fail("exception expected, but didn't happen");
} catch (final HttpException ex) {
MatcherAssert.assertThat(