Closed luc-github closed 3 years ago
Using V2 under windows 10 and esp8266 nodeMCU with latest esp8266 git
1 use serial F to Format 2 C to create readme 3 - mount a drive in windows 10 4 - create folder readme.md 0MiB 0KiB 6 [New folder] 5- refresh is ok
6 rename folder to A
readme.md 0MiB 0KiB 6 [A]
7 just refresh but serial is still ok
8 - create new folder again
readme.md 0MiB 0KiB 6 [A] [New folder]
9 - refresh is ok for second folder
readme.md 0MiB 0KiB 6 [A] [B]
Issue happen only if new name is 1 or 2 char long - no issue if 3 or more
the issue is here :https://github.com/d-a-v/ESPWebDAV/blob/v2/ESPWebDAV.cpp#L646-L652 replacing these line by sendPropResponse(true, uri ,0, time(nullptr), 0); solve the issue
sendPropResponse(true, uri ,0, time(nullptr), 0);
Using V2 under windows 10 and esp8266 nodeMCU with latest esp8266 git
1 use serial F to Format 2 C to create readme 3 - mount a drive in windows 10 4 - create folder readme.md 0MiB 0KiB 6 [New folder] 5- refresh is ok
6 rename folder to A
7 just refresh but serial is still ok
8 - create new folder again
9 - refresh is ok for second folder
Issue happen only if new name is 1 or 2 char long - no issue if 3 or more