File tree Expand file tree Collapse file tree
core/src/main/java/io/undertow/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ public HttpServerExchange setQueryString(final String queryString) {
612612 *
613613 * @deprecated use {@link #getQueryString()} instead
614614 */
615- @ Deprecated (forRemoval = true , since ="2.3.20 .Final" )
615+ @ Deprecated (forRemoval = true , since ="2.3.21 .Final" )
616616 public String getNonDecodedQueryString () {
617617 return getQueryString ();
618618 }
@@ -627,7 +627,7 @@ public String getNonDecodedQueryString() {
627627 *
628628 * @deprecated Use #setQueryString instead
629629 */
630- @ Deprecated (forRemoval = true , since ="2.3.20 .Final" )
630+ @ Deprecated (forRemoval = true , since ="2.3.21 .Final" )
631631 public HttpServerExchange setNonDecodedQueryString (String unencodedQueryString ) {
632632 return setQueryString (unencodedQueryString );
633633 }
You can’t perform that action at this time.
0 commit comments