mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-24 23:07:12 -07:00
Removed JDK 20 deprecation reference
This commit is contained in:
parent
297475c28a
commit
4821e236ad
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ java -jar lib/build/libs/urlencoder-*.jar -d "a%20test%20%26" # -> a test &
|
|||
|
||||
## Why not simply use `java.net.URLEncoder`?
|
||||
|
||||
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.
|
||||
Apart for being quite inefficient, some URL components encoded with `URLEncoder.encode` might not be able to be properly decoded.
|
||||
|
||||
For example, a simply search query such as:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue