Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0opslab/opslabJutil
/ decode
Method
decode
src/main/java/com/opslab/helper/UrlHelper.java:346–348 ·
view source on GitHub ↗
Decodes URL elements.
(String url)
Source
from the content-addressed store, hash-verified
344
* Decodes URL elements.
345
*/
346
public
static
String decode(String url) {
347
return
decode(url, Opslab.UTF_8, false);
348
}
349
350
/**
351
* Decodes URL elements. This method may be used
for
all
Callers
5
testDecode
Method · 0.95
testQuerySimple
Method · 0.95
decodeQuery
Method · 0.95
replaceXSS
Method · 0.45
getCookie
Method · 0.45
Calls
2
write
Method · 0.45
toByteArray
Method · 0.45
Tested by
2
testDecode
Method · 0.76
testQuerySimple
Method · 0.76