summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-24 18:41:45 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-24 18:41:45 (GMT)
commit3680f2d86991144f14dc7b40671ffff0c0f68cb2 (patch)
treee7d8d8d7c1f48756c6ab690257f5034c751cd97b /src/uscxml/URL.cpp
parent169a827107fba88442113240528f7e39c648a982 (diff)
downloaduscxml-3680f2d86991144f14dc7b40671ffff0c0f68cb2.zip
uscxml-3680f2d86991144f14dc7b40671ffff0c0f68cb2.tar.gz
uscxml-3680f2d86991144f14dc7b40671ffff0c0f68cb2.tar.bz2
application/octet-stream as default mimetype
Diffstat (limited to 'src/uscxml/URL.cpp')
-rw-r--r--src/uscxml/URL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/URL.cpp b/src/uscxml/URL.cpp
index 67b8999..19a6db7 100644
--- a/src/uscxml/URL.cpp
+++ b/src/uscxml/URL.cpp
@@ -100,7 +100,7 @@ std::string URL::getMimeType(const std::string extension, std::string magic) {
if (mimeTypes.find(extension) != mimeTypes.end()) {
return mimeTypes[extension];
}
- return "";
+ return "application/octet-stream";
}