-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 3.0-incubating
-
Component/s: Web Services
-
Labels:None
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.