
| Key: |
JRA-10690
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Jérôme Zago
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Environment:
|
JIRA setup: standalone (on MySQL 5.0.19)
OS: Red Hat 2.1 AS (Linux 2.4.9)
JDK: 1.5.0_06-b05
Client OS: Windows XP Pro SP1
Browser: Internet Explorer 6.0.2800.1106.xpsp2.050301-1526
JIRA setup: standalone (on MySQL 5.0.19)
OS: Red Hat 2.1 AS (Linux 2.4.9)
JDK: 1.5.0_06-b05
Client OS: Windows XP Pro SP1
Browser: Internet Explorer 6.0.2800.1106.xpsp2.050301-1526
|
|
Issue Links:
|
Reference
|
|
This issue relates to:
|
|
JRA-10404
Make 'views' of content (single issue and search request) pluggable, and rewrite default implementations in velocity
|
|
|
|
|
|
|
|
It does work with Mozilla Firefox 1.5.0.5 though.
How to reproduce on IE:
- select a filter (see attached screenshot)
- click on "All fields" (Current View / Excel)
- on the "File Download" dialog, click on "Save"
- on the "Save As" dialog, click on "Save"
- the "Error Copying File or Folder" appears: "Cannot copy file: Cannot read from the source file or disk"
We have enough disk space on the client and the server.
More details upon request.
Thanks for your time.
|
|
Description
|
It does work with Mozilla Firefox 1.5.0.5 though.
How to reproduce on IE:
- select a filter (see attached screenshot)
- click on "All fields" (Current View / Excel)
- on the "File Download" dialog, click on "Save"
- on the "Save As" dialog, click on "Save"
- the "Error Copying File or Folder" appears: "Cannot copy file: Cannot read from the source file or disk"
We have enough disk space on the client and the server.
More details upon request.
Thanks for your time. |
Show » |
|
The problem has to do with the special character(s) (not being escaped?) in the filter name:
with the filter named: "Wiki: All Release Notes (OCS 1.20 & TA 4.20)" it fails as reported.
But if you rename the filter by taking out the colon
(e.g. rename filter to "Wiki - All Release Notes (OCS 1.20 & TA 4.20)"), it works fine.
Well, at least you have a workaround