Skip to content

Commit 9fae248

Browse files
committed
Remove text incorrectly added when originally addressing jakartaee#18
1 parent 7d0253d commit 9fae248

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

api/src/main/java/jakarta/servlet/http/HttpServletRequest.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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,

0 commit comments

Comments
 (0)