File tree 1 file changed +2
-5
lines changed
api/src/main/java/jakarta/servlet/http 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1997, 2023 Oracle and/or its affiliates and others.
2
+ * Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
3
3
* All rights reserved.
4
4
* Copyright 2004 The Apache Software Foundation
5
5
*
@@ -314,10 +314,7 @@ default PushBuilder newPushBuilder() {
314
314
* of the application.
315
315
*
316
316
* @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
+ *
321
318
* @throws IllegalArgumentException In standard configuration, this method will never throw. However, a container may be
322
319
* configured to not reject some suspicious sequences identified by <a href=
323
320
* "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