|
|
@@ -122,9 +122,7 @@ public class HttpContentTypes { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
public static String fileExtNoDot (String contentType) { |
|
|
|
return fileExt(contentType).substring(1); |
|
|
|
} |
|
|
|
public static String fileExtNoDot (String contentType) { return fileExt(contentType).substring(1); } |
|
|
|
|
|
|
|
public static String escape(String mime, String data) { |
|
|
|
switch (mime) { |
|
|
|