This is an automated email from the ASF dual-hosted git repository.
ChristopherSchultz 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 3ef16de63d Remove unnecessary escape mapping
3ef16de63d is described below
commit 3ef16de63d0e8bc45bc2ac5697b89666fdfd0558
Author: Christopher Schultz <[email protected]>
AuthorDate: Wed May 20 16:14:25 2026 -0400
Remove unnecessary escape mapping
---
java/org/apache/juli/JsonFormatter.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/org/apache/juli/JsonFormatter.java
b/java/org/apache/juli/JsonFormatter.java
index 11852698e5..ba909cccab 100644
--- a/java/org/apache/juli/JsonFormatter.java
+++ b/java/org/apache/juli/JsonFormatter.java
@@ -195,7 +195,6 @@ public class JsonFormatter extends OneLineFormatter {
switch (c) {
case '"':
case '\\':
- case '/':
return c;
case 0x8:
return 'b';
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]