You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java
+19-4
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,9 @@ public enum Violation implements ComplianceViolation
102
102
103
103
/**
104
104
* Allow truncated UTF-8 encodings to be substituted by the replacement character.
105
+
* <p>
106
+
* Note: This violation allows a subset of {@link #BAD_UTF8_ENCODING} behaviors meant to replicate LEGACY behaviors, and will be reported as {@link #BAD_UTF8_ENCODING}.
0 commit comments