This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 12618a8892 Use new attribute name. Align with 11.0.x. 12618a8892 is described below commit 12618a8892587688670826d24d9ae6d3a3b0dc69 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Mar 6 21:02:31 2023 +0000 Use new attribute name. Align with 11.0.x. --- test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java b/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java index 3f76166409..111b033e85 100644 --- a/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java +++ b/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java @@ -503,7 +503,7 @@ public class TestAbstractAjpProcessor extends TomcatBaseTest { @Test public void testSecret() throws Exception { Tomcat tomcat = getTomcatInstance(); - Assert.assertTrue(tomcat.getConnector().setProperty("requiredSecret", "RIGHTSECRET")); + Assert.assertTrue(tomcat.getConnector().setProperty("secret", "RIGHTSECRET")); tomcat.start(); // No file system docBase required --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org