Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x

This commit is contained in:
Jan Bartel 2021-05-25 15:41:58 +10:00
commit dfa274213d
1 changed files with 0 additions and 2 deletions

View File

@ -83,7 +83,6 @@ public class ValidUrlRuleTest extends AbstractRuleTestCase
assertEquals("foo", _request.getAttribute(Dispatcher.ERROR_MESSAGE));
}
@Disabled("Not working in jetty-9")
@Test
public void testInvalidShamrock() throws Exception
{
@ -97,7 +96,6 @@ public class ValidUrlRuleTest extends AbstractRuleTestCase
assertEquals("foo", _request.getAttribute(Dispatcher.ERROR_MESSAGE));
}
@Disabled("Not working in jetty-9")
@Test
public void testValidShamrock() throws Exception
{