koust6u commented on code in PR #818: URL: https://github.com/apache/tomcat/pull/818#discussion_r1939607782
########## test/org/apache/tomcat/util/http/TestRequestUtilSameOrigin.java: ########## @@ -42,6 +42,8 @@ public static Collection<Object[]> parameters() { TesterRequest request2 = new TesterRequest("ws", "example.com", 80); TesterRequest request3 = new TesterRequest("http", "example.com", 443); TesterRequest request4 = new TesterRequest("http", "example.com", 8080); + TesterRequest request5 = new TesterRequest(null, "exmaple.com", 80); Review Comment: thank you -- 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. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org 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