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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]