MCPcopy Index your code
hub / github.com/apache/tomcat / urlDecode

Method urlDecode

java/org/apache/tomcat/util/http/Parameters.java:446–451  ·  view source on GitHub ↗
(ByteChunk bc)

Source from the content-addressed store, hash-verified

444 }
445
446 private void urlDecode(ByteChunk bc) throws IOException {
447 if (urlDec == null) {
448 urlDec = new UDecoder();
449 }
450 urlDec.convert(bc, true);
451 }
452
453 /**
454 * Process the given MessageBytes as a set of URL-encoded parameters using the specified character set.

Callers 1

processParametersMethod · 0.95

Calls 1

convertMethod · 0.45

Tested by

no test coverage detected