Files
SyncFlow/version.properties
T
amir 6ea17f141e
Build & Release APK / build (push) Successful in 13m10s
v1.0.77: fix WebDAV filename decode — literal '+' (e.g. 6103+.pdf) no longer 404s
PROPFIND href segments were decoded with java.net.URLDecoder, which applies the
form-encoding rule '+' -> space. A file named '6103+.pdf' was read as '6103 .pdf',
so every GET/DELETE requested '6103%20.pdf' and 404'd forever — that one file could
never sync. Replaced with decodeWebDavSegment(): decodes %XX only, leaves '+' literal.
Covered by WebDavDecodeTest (7 tests).
2026-06-13 00:15:03 +00:00

3 lines
36 B
Properties

VERSION_NAME=1.0.77
VERSION_CODE=77