\\?\ prefix is leaked from os_helper
Bug #802628 reported by
Manuel de la Peña
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Client |
Fix Released
|
Medium
|
Natalia Bidart |
Bug Description
When running sdtool agains sd on windows the following output is given:
e:\ubuntuone-
Current downloads are:
Current Uplaods are:
The current config is:
Shares link: \\?\C:\
Shares dir: C:\Users\
Root dir: \\?\C:\
Show all notifications: True
As you can see the \\?\ prefix is missing.
Related branches
lp://staging/~nataliabidart/ubuntuone-client/cleanup-os-helper
- Facundo Batista (community): Approve
- Manuel de la Peña (community): Approve
- Guillermo Gonzalez: Approve
-
Diff: 2202 lines (+733/-696)9 files modifiedtests/platform/__init__.py (+0/-3)
tests/platform/linux/__init__.py (+0/-5)
tests/platform/test_filesystem_notifications.py (+12/-12)
tests/platform/test_os_helper.py (+99/-69)
tests/platform/windows/__init__.py (+0/-8)
tests/platform/windows/test_filesystem_notifications.py (+5/-5)
tests/platform/windows/test_os_helper.py (+103/-221)
ubuntuone/platform/windows/filesystem_notifications.py (+55/-50)
ubuntuone/platform/windows/os_helper.py (+459/-323)
Changed in ubuntuone-client: | |
status: | Triaged → In Progress |
summary: |
- Shares dir does not use the long path prefix: \\?\ + \\?\ prefix is leaked from os_helper |
Changed in ubuntuone-client: | |
assignee: | Manuel de la Pena (mandel) → Natalia Bidart (nataliabidart) |
Changed in ubuntuone-client: | |
status: | In Progress → Fix Committed |
Changed in ubuntuone-client: | |
milestone: | none → 1.7.1 |
Changed in ubuntuone-client: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.