MCPcopy Index your code
hub / github.com/zaproxy/zaproxy / toString

Method toString

zap/src/main/java/org/apache/commons/httpclient/URI.java:3866–3869  ·  view source on GitHub ↗

Get the escaped URI string. On the document, the URI-reference form is only used without the userinfo component like http://jakarta.apache.org/ by the security reason. But the URI-reference form with the userinfo component could be parsed. In other words, this URI and any its subclasses must

()

Source from the content-addressed store, hash-verified

3864 * @see #clone()
3865 */
3866 @Override
3867 public String toString() {
3868 return getEscapedURI();
3869 }
3870
3871
3872 // ------------------------------------------------------------ Inner class

Callers 15

createAlertMessageMethod · 0.95
createAlertMessageMethod · 0.95
createRequestMethodMethod · 0.95
analyseMethod · 0.95
getPathRegexMethod · 0.95
isFileExistMethod · 0.95
getTreePathMethod · 0.95
buildHistoryMapMethod · 0.95
compareToMethod · 0.95

Calls 1

getEscapedURIMethod · 0.95