File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
api/src/main/java/jakarta/servlet/http Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 1997, 2023 Oracle and/or its affiliates and others.
2+ * Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
33 * All rights reserved.
44 * Copyright 2004 The Apache Software Foundation
55 *
@@ -314,10 +314,7 @@ default PushBuilder newPushBuilder() {
314314 * of the application.
315315 *
316316 * @return a <code>String</code> specifying the portion of the request URI that indicates the context of the request.
317- * The path will be canonicalized as per <a href=
318- * "https://jakarta.ee/specifications/servlet/6.0/jakarta-servlet-spec-6.0.html#request-uri-path-processing">Servlet
319- * 6.0, 3.5</a>. This method will not return any encoded characters unless the container is configured specifically to
320- * allow them.
317+ *
321318 * @throws IllegalArgumentException In standard configuration, this method will never throw. However, a container may be
322319 * configured to not reject some suspicious sequences identified by <a href=
323320 * "https://jakarta.ee/specifications/servlet/6.0/jakarta-servlet-spec-6.0.html#uri-path-canonicalization">Servlet 6.0,
You can’t perform that action at this time.
0 commit comments