Files
SyncFlow/app
amir 1ecae2c690
Build & Release APK / build (push) Successful in 12m50s
Fix WebDAV upload of non-ASCII/special filenames (URL + MOVE header encoding)
Volume test (100 files) surfaced it: files with non-ASCII names (e.g. 'naïve
café.txt') failed to upload — url() built a raw string, so the MOVE Destination
header carried non-ASCII chars that OkHttp rejects. Now url() percent-encodes
each path segment via HttpUrl.addPathSegments (also covers '&', spaces, CJK).
Regression test specialAndNonAsciiNames_upload added.
2026-06-05 14:38:52 +00:00
..