-
Notifications
You must be signed in to change notification settings - Fork 5
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
SyncPal::handleAccessDeniedItem encoding issue #423
SyncPal::handleAccessDeniedItem encoding issue #423
Conversation
test/libsyncengine/update_detection/file_system_observer/testsnapshot.cpp
Outdated
Show resolved
Hide resolved
test/libsyncengine/update_detection/file_system_observer/testsnapshot.cpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to have a description of the issue and the fix? I am quite certain that it is the correct fix, but I am unable to pinpoint the issue.
RM description copied. |
test/libsyncengine/update_detection/file_system_observer/testsnapshot.cpp
Show resolved
Hide resolved
test/libsyncengine/update_detection/file_system_observer/testsnapshot.cpp
Show resolved
Hide resolved
src/libsyncengine/update_detection/file_system_observer/snapshot/snapshot.cpp
Outdated
Show resolved
Hide resolved
…eniedItem-encoding-issue
…ssue' of github.com:Infomaniak/desktop-kDrive into KDESKTOP-1427-SyncPal-handleAccessDeniedItem-encoding-issue
Quality Gate failedFailed conditions |
The function
SyncPal::handleAccessDeniedItem
function is called with an NFC-normalized path when a local creation operation fails, see for instance the call:_syncPal->handleAccessDeniedItem(syncOp->affectedNode()->getPath())
If the local path contains names which are not NFC-normalized, the parent item is not found in the local snapshot.