You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Sergio Fernández (JIRA)" <ji...@apache.org> on 2013/03/23 13:55:15 UTC

[jira] [Created] (MARMOTTA-172) Provide better file names when exporting resources

Sergio Fernández created MARMOTTA-172:
-----------------------------------------

             Summary: Provide better file names when exporting resources
                 Key: MARMOTTA-172
                 URL: https://issues.apache.org/jira/browse/MARMOTTA-172
             Project: Marmotta
          Issue Type: Improvement
          Components: Web Services
    Affects Versions: 3.0-incubating
            Reporter: Sergio Fernández
            Assignee: Sergio Fernández
            Priority: Trivial
             Fix For: 3.1-incubating


Basically now we don't care about such detail, so the exported files take a name based on the url which serves the rdf in whatever serialization.

This is trivial to improve:

  response.addHeader("Content-Disposition", "attachment; filename=" + filename)

but has to be done.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira