-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.13.0.Final
-
None
-
None
From RESTEASY-2633
If you attempt to encode a URL that contain code points that are to large to fit into a single 16 bit character then the encoding fails. See https://github.com/quarkusio/quarkus/issues/10245 and associated test https://github.com/quarkusio/quarkus/pull/10246
Here is a backport of the previous fix to the 3.x branch - https://github.com/resteasy/Resteasy/pull/2483
- is related to
-
RESTEASY-2633 REST Client does not encode multi char code points correctly
- Resolved