Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
a36f8d2819
|
@ -161,7 +161,6 @@ public class JdbcLoginServiceTest
|
||||||
assertEquals(HttpServletResponse.SC_UNAUTHORIZED, response.getStatus());
|
assertEquals(HttpServletResponse.SC_UNAUTHORIZED, response.getStatus());
|
||||||
}
|
}
|
||||||
|
|
||||||
//Head requests to jetty-client are not working: see https://bugs.eclipse.org/bugs/show_bug.cgi?id=394552
|
|
||||||
@Test
|
@Test
|
||||||
public void testHead() throws Exception
|
public void testHead() throws Exception
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue