Skip to content

Commit

Permalink
Remove text incorrectly added when originally addressing jakartaee#18
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 24, 2024
1 parent 7d0253d commit 9fae248
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2023 Oracle and/or its affiliates and others.
* Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
* All rights reserved.
* Copyright 2004 The Apache Software Foundation
*
Expand Down Expand Up @@ -314,10 +314,7 @@ default PushBuilder newPushBuilder() {
* of the application.
*
* @return a <code>String</code> specifying the portion of the request URI that indicates the context of the request.
* The path will be canonicalized as per <a href=
* "https://jakarta.ee/specifications/servlet/6.0/jakarta-servlet-spec-6.0.html#request-uri-path-processing">Servlet
* 6.0, 3.5</a>. This method will not return any encoded characters unless the container is configured specifically to
* allow them.
*
* @throws IllegalArgumentException In standard configuration, this method will never throw. However, a container may be
* configured to not reject some suspicious sequences identified by <a href=
* "https://jakarta.ee/specifications/servlet/6.0/jakarta-servlet-spec-6.0.html#uri-path-canonicalization">Servlet 6.0,
Expand Down

0 comments on commit 9fae248

Please sign in to comment.