improve downloading GPX+KML:
- "Content-Disposition: attachment" header with "filename" - specific mime-types resolves nrenner/brouter-web#6
This commit is contained in:
parent
5fd1e2e734
commit
2528ca67b6
3 changed files with 32 additions and 3 deletions
|
|
@ -26,4 +26,6 @@ public abstract class RequestHandler
|
|||
public abstract String formatTrack(OsmTrack track);
|
||||
|
||||
public abstract String getMimeType();
|
||||
|
||||
public abstract String getFileName();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue