- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for setEncodedPathSegmentRejectsDot (0.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
base .newBuilder() .setEncodedPathSegment(0, "%25") .build() .encodedPath, ).isEqualTo("/%25/b/c") } @Test fun setEncodedPathSegmentRejectsDot() { val base = parse("http://host/a/b/c") assertFailsWith<IllegalArgumentException> { base.newBuilder().setEncodedPathSegment(0, ".") } } @TestCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Aug 04 07:38:48 GMT 2025 - 69.9K bytes - Click Count (0) -
okhttp/api/jvm/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) -
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)