MCPcopy 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

testDecodeMethod · 0.95
testQuerySimpleMethod · 0.95
decodeQueryMethod · 0.95
replaceXSSMethod · 0.45
getCookieMethod · 0.45

Calls 2

writeMethod · 0.45
toByteArrayMethod · 0.45

Tested by 2

testDecodeMethod · 0.76
testQuerySimpleMethod · 0.76