This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 59720d5fc8 Fix typo
59720d5fc8 is described below
commit 59720d5fc856d8aec462d85416675305cec8fb94
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Nov 28 09:12:56 2024 +0000
Fix typo
---
java/org/apache/catalina/servlets/DefaultServlet.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java
b/java/org/apache/catalina/servlets/DefaultServlet.java
index 9d34e7e99d..2d8196f6b4 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -1487,7 +1487,7 @@ public class DefaultServlet extends HttpServlet {
return FULL;
}
- // Retrieving the range header (if any is specified
+ // Retrieving the range header (if any is specified)
String rangeHeader = request.getHeader("Range");
if (rangeHeader == null) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]