This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 63bce316e0 Formatting - fix line length
63bce316e0 is described below
commit 63bce316e0abd10aaa8624889423cc5dae269d69
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Aug 18 13:50:42 2025 +0100
Formatting - fix line length
---
java/org/apache/catalina/connector/Request.java | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/catalina/connector/Request.java
b/java/org/apache/catalina/connector/Request.java
index c25ac6b1e7..73c5eb574b 100644
--- a/java/org/apache/catalina/connector/Request.java
+++ b/java/org/apache/catalina/connector/Request.java
@@ -2581,7 +2581,8 @@ public class Request implements HttpServletRequest {
if (partsParseException != null) {
Context context = getContext();
if (context != null && context.getLogger().isDebugEnabled()) {
-
context.getLogger().debug(sm.getString("coyoteRequest.partsParseException",
partsParseException.getMessage()));
+ context.getLogger()
+
.debug(sm.getString("coyoteRequest.partsParseException",
partsParseException.getMessage()));
}
if (partsParseException instanceof IOException) {
throw (IOException) partsParseException;
@@ -2691,7 +2692,8 @@ public class Request implements HttpServletRequest {
/*
* There are two independent limits on the number of parts.
*
- * 1. The limit based on parameters. This is maxParameterCount
less the number of parameters already processed.
+ * 1. The limit based on parameters. This is maxParameterCount
less the number of parameters already
+ * processed.
*
* 2. The limit based on parts. This is maxPartCount.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]