Bug #2043
All uploads name show as a series of number in the browse page
| Status: | Closed | Start date: | 05/23/2012 | |
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Unpack | |||
| Target version: | 2.0.0 | |||
| Rank: | Tester: |
Description
Reproduce:
1. upload from file/server/url 1 file.
2. click the browse menu
3. the upload file name show as a series of number
Attached one picture.
History
Updated by larry shi about 1 year ago
- Status changed from New to Resolved
fixed in svn 5886.
why svn 5878 leading to this defect is because:
please look at part log of one upload in unpack.
UfileName,EscBuf, CI->Partname are:Applications R&D Engineer - Payment(1).doc, 558cd03bb2019066f3e3c88ecbbab14a1eaaa5af.b18b83bde209bc9a4835525686d367b8.90112, 558cd03bb2019066f3e3c88ecbbab14a1eaaa5af.b18b83bde209bc9a4835525686d367b8.90112"
UfileName,EscBuf, CI->Partname are:artifact.dir, 558cd03bb2019066f3e3c88ecbbab14a1eaaa5af.b18b83bde209bc9a4835525686d367b8.90112.dir, 558cd03bb2019066f3e3c88ecbbab14a1eaaa5af.b18b83bde209bc9a4835525686d367b8.90112.dir"
UfileName,EscBuf, CI->Partname are:, Data, Data"
UfileName,EscBuf, CI->Partname are:, [5]DocumentSummaryInformation, [5]DocumentSummaryInformation"
UfileName,EscBuf, CI->Partname are:, WordDocument, WordDocument"
the top most container in CI->Partname is a string of numbers.
at the very first time, UfileName is the upload name.