Remove old comment from JdbcLoginServiceTest

Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Jan Bartel 2021-01-12 12:14:56 +01:00
parent e1e16ae54b
commit 2adea58037
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ public class JdbcLoginServiceTest
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
public void testHead() throws Exception
{