Added java.net.URLEncoder deprecation reference
This commit is contained in:
parent
ee35984130
commit
b9791dc507
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ java -jar urlencoder-app/build/libs/urlencoder-*all.jar -d "a%20test%20%26" # ->
|
||||||
|
|
||||||
## Why not simply use `java.net.URLEncoder`?
|
## Why not simply use `java.net.URLEncoder`?
|
||||||
|
|
||||||
Apart for being quite inefficient, some URL components encoded with `URLEncoder.encode` might not be able to be properly decoded.
|
Apart for being quite inefficient and [deprecated](https://inside.java/2023/02/15/quality-heads-up/) as of JDK 20, some URL components encoded with `URLEncoder.encode` might not be able to be properly decoded.
|
||||||
|
|
||||||
For example, a simple search query such as:
|
For example, a simple search query such as:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue