diff --git a/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java b/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java index 0b43bffdbd4..3f054f18211 100644 --- a/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java +++ b/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java @@ -34,15 +34,15 @@ import org.eclipse.jetty.util.UrlEncoded; * via the static methods such as {@link #build()} and {@link #from(String)}. * * A URI such as - * {@code http://user@host:port/path;param1/%2e/f%6fo%2fbar;param2?query#fragment} + * {@code http://user@host:port/path;param1/%2e/f%6fo%2fbar%20bob;param2?query#fragment} * is split into the following optional elements: