<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 9/13/18 10:10 AM, Cantor, Scott
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:68896C5C-1CFB-420C-BFDC-908D109C3DCF@osu.edu">
      <pre wrap="">On 9/13/18, 9:20 AM, "dev on behalf of Tom Scavo" <a class="moz-txt-link-rfc2396E" href="mailto:dev-bounces@shibboleth.netonbehalfoftrscavo@gmail.com"><dev-bounces@shibboleth.net on behalf of trscavo@gmail.com></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">I see a new encodingStyle attribute has been added to the <Template>
child element of the DynamicHTTPMetadataProvider type. Can you tell me
where I can find definitions of "URL form parameter encoding," "URL
path encoding," and "URL fragment encoding."
</pre>
      </blockquote>
      <pre wrap="">
In Guava's source code, pretty much, since in the end the spec isn't the point, it's just whatever their encoders happen to do in each case.</pre>
    </blockquote>
    <br>
    They do also have online Javadocs, which give the precise behavior
    of each of the 3 encoding options:<br>
    <br>
<a class="moz-txt-link-freetext" href="https://google.github.io/guava/releases/20.0/api/docs/com/google/common/net/UrlEscapers.html">https://google.github.io/guava/releases/20.0/api/docs/com/google/common/net/UrlEscapers.html</a><br>
    <br>
  </body>
</html>