- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setPathSegmentRejectsDot (0.12 sec)
-
okhttp/src/test/java/okhttp3/HttpUrlTest.kt
.isEqualTo("//b/c") assertThat(base.newBuilder().setPathSegment(2, "").build().encodedPath) .isEqualTo("/a/b/") } @Test fun setPathSegmentRejectsDot() { val base = parse("http://host/a/b/c") assertFailsWith<IllegalArgumentException> { base.newBuilder().setPathSegment(0, ".") } } @Test
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 67.9K bytes - Viewed (0)