Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queryCharactersNotReencodedWhenParsed (0.16 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

       * When callers parse a URL with query components that aren't encoded, we shouldn't convert them
       * into a canonical form because doing so could be semantically different.
       */
      @Test
      fun queryCharactersNotReencodedWhenParsed() {
        val url = parse("http://host/?a=!$(),/:;?@[]\\^`{|}~")
        assertThat(url.toString()).isEqualTo("http://host/?a=!$(),/:;?@[]\\^`{|}~")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Aug 04 07:38:48 UTC 2025
    - 69.9K bytes
    - Viewed (0)
Back to top