public final class UrlUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
pathDecode(String value)
URL path segments may contain '+' symbols which should not be decoded into ' '
This method replaces '+' with %2B and delegates to URLDecoder
|
static String |
urlDecode(String value) |
static String |
urlDecode(String value,
String enc)
Decodes using URLDecoder - use when queries or form post values are decoded
|
Apache CXF