ebourg commented on code in PR #789: URL: https://github.com/apache/tomcat/pull/789#discussion_r1861630238
########## java/org/apache/catalina/servlets/DefaultServlet.java: ########## @@ -1487,7 +1487,7 @@ protected Ranges parseRange(HttpServletRequest request, HttpServletResponse resp return FULL; } - // Retrieving the range header (if any is specified + // Retrieving the range header if any is specified Review Comment: I think there was actually a missing parenthesis at the end -- 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