Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for addEncodedPathSegmentDotDotAndIgnoredCharacter (0.26 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

          base
            .newBuilder()
            .addEncodedPathSegment(".\n")
            .build()
            .encodedPath,
        ).isEqualTo("/a/b/c")
      }
    
      @Test
      fun addEncodedPathSegmentDotDotAndIgnoredCharacter() {
        val base = parse("http://host/a/b/c")
        assertThat(
          base
            .newBuilder()
            .addEncodedPathSegment("..\n")
            .build()
            .encodedPath,
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Mon Aug 04 07:38:48 GMT 2025
    - 69.9K bytes
    - Click Count (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

    renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 1769504439 +0000
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 63.5K bytes
    - Click Count (0)
  3. okhttp/api/android/okhttp.api

    Jesse Wilson <******@****.***> 1773179240 -0400
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:47:20 GMT 2026
    - 72.3K bytes
    - Click Count (0)
Back to Top