akurth commented on a change in pull request #377: URL: https://github.com/apache/tomcat/pull/377#discussion_r524478033
########## File path: test/org/apache/catalina/valves/TestLoadBalancerDrainingValve.java ########## @@ -238,6 +238,8 @@ private void runValve(String jkActivation, expectedCookie.setPath(cookieConfig.getPath()); expectedCookie.setMaxAge(0); + EasyMock.expect(request.isSecure()).andReturn(true); Review comment: Feel free to add it. Makes no difference though, since || is short-circuit. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org