Linux Webdav client getting "PROPFIND /.lock HTTP/1.1" 301", but Android webdav client does not

  • linux: 1.0.174 and android: 1.0311

Android log (server side request)

"MKCOL /.sync/ HTTP/1.1" 201 181 "-" "Joplin/1.0"
"MKCOL /.lock/ HTTP/1.1" 201 181 "-" "Joplin/1.0"
"MKCOL /.resource/ HTTP/1.1" 201 185 "-" "Joplin/1.0"
"PROPFIND /.lock/ HTTP/1.1" 207 458 "-" "Joplin/1.0"

Linux log (server side request)

"MKCOL /.sync/ HTTP/1.1" 201 181 "-" "Joplin/1.0"
"MKCOL /.lock/ HTTP/1.1" 201 181 "-" "Joplin/1.0"
"MKCOL /.resource/ HTTP/1.1" 201 185 "-" "Joplin/1.0"
"PROPFIND /.lock HTTP/1.1" 301 241 "-" "Joplin/1.0"

Why does the call the PROPFIND call on linux give back a a 301?

Factors

  • Using apache 2.4
  • Calling from a chromebook for both android and linux
  • Initializing from empty dir with both
  • Linux creates the dotfiles just fine (Note the 201s in the linux log)

Any help is appreciated,
Joe

It was cause it was being called from the same client. Tested it on my phoen and it works.