Issue Details (XML | Word | Printable)

Key: GLIFFY-667
Type: Bug Bug
Status: Tested Tested
Resolution: Fixed
Priority: Critical Critical
Assignee: Chris Kohlhardt
Reporter: Debi Kohlhardt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Gliffy

Character "ø" in Diagram Name Result in Export Name "clientexportimage" and File Error for PNG / JPG

Created: 15/Jun/08 09:55 PM   Updated: 26/Jun/09 11:55 AM
Component/s: Confluence Plugin Integration, Core - Export
Affects Version/s: None
Fix Version/s: Gliffy Plugin for Confluence - 1.4.0
Security Level: Anyone may view

File Attachments: None
Image Attachments:

1. export.jpg
(12 kB)
Environment:
2.6 Firefox, no problems safari
2.7 Firefox, Safari produces file name expected result, actual results for message)
2.8 Firefox, (no problems safari)


 Description  « Hide
Steps to Reproduce:
Create New Diagram
Add shapes
Export jpg or png
Open exported file

Expected Results:
1) File Name same as Diagram Name
2) Image of Diagram Open

Actual Results:
1) File Name "clientexportimage"
2) Message: Could not open File



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Kohlhardt added a comment - 16/Jun/08 02:28 PM - edited
The bug here seems to be that Firefox is using the wrong name for the file save operation, only when the "ø" character is used.

Chris Kohlhardt added a comment - 16/Jun/08 09:08 PM
It turns out that non-ASCII chars are not allowed in HTTP headers.

This means that non-ASCII chars are replaced with '?' to avoid this issue. At least some of the filename will be preserved.