-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] TUS -H 'Upload-Metadata: mtime missing #10950
Milestone
Comments
Server needs to define expectations first.. |
TheOneRing
added a commit
that referenced
this issue
Jun 22, 2023
fmoc
pushed a commit
that referenced
this issue
Jun 23, 2023
Tested with 23-07-04 22:02:01:022 [ info sync.httplogger ]: "d4b0f977-60b0-4321-bc71-a800eff9dee5:
Request: POST https://192.168.56.1:9200/dav/spaces/b26335e6-34ab-4c9f-be72-f6a7f8877e88$2382df98-b4cd-420d-8fd1-5ccf023a6545
Header: {
X-OC-Mtime: 1684314742,
Content-Type: application/offset+octet-stream,
Content-Length: 20766720,
Upload-Offset: 0,
Tus-Resumable: 1.0.0,
Upload-Metadata: filename L3FhLTQuMC4wLjEwOTY3Lng2NC5tc2k=,checksum U0hBMSA2MGJhMmRlOGE5MDk3ZmRhNzgwOGRiZmQxMDYyNzBlM2Q0YzU3Yjdl,mtime MTY4NDMxNDc0Mg==,
Upload-Length: 20766720,
Authorization: Bearer [redacted],
User-Agent: Mozilla/5.0 (Windows) mirall/5.0.0.11384-daily20230705 (ownCloud, windows-10.0.17763 ClientArchitecture: x86_64 OsArchitecture: x86_64),
Accept: */*,
X-Request-ID: d4b0f977-60b0-4321-bc71-a800eff9dee5,
Original-Request-ID: d4b0f977-60b0-4321-bc71-a800eff9dee5,
}
Data: [20766720 bytes of application/offset+octet-stream data]" |
TheOneRing
added a commit
that referenced
this issue
Aug 4, 2023
TheOneRing
added a commit
that referenced
this issue
Aug 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pre-submission Checks
Describe the bug
@glensc reported:
Expected behavior
Old local file should have original date on the server after upload.
Steps to reproduce the issue
No response
Screenshots
No response
Logs
No response
Client version number
Desktop environment (Linux only)
No response
Client package version and origin (Linux only)
No response
Installation path (Windows only)
No response
Server information
oCIS 3.0
Additional context
Desktop client only sends
Upload-Metadata: filename
:But should also send the
mtime
in theUpload-Metadata:
header.The text was updated successfully, but these errors were encountered: