Author: dklco
Date: Fri Jun 6 15:51:36 2014
New Revision: 1600939
URL: http://svn.apache.org/r1600939
Log:
Removing invalid characters
Modified:
sling/site/trunk/content/documentation/bundles/mime-type-support-commons-mime.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/mime-type-support-commons-mime.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/mime-type-support-commons-mime.mdtext?rev=1600939&r1=1600938&r2=1600939&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/mime-type-support-commons-mime.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/mime-type-support-commons-mime.mdtext
Fri Jun 6 15:51:36 2014
@@ -64,7 +64,7 @@ Please note, that existing mappings cann
The file format for MIME type mapping files is rather simple:
* The files are assumed to be encoded with the *ISO-8859-1* (aka Latin 1)
character encoding
-* The files consist of lines defining mappings where each line is terminated
with either or both of a carriage return (CR, 0x0c) and line feed character
(LF, 0x0a). There is no line continuation support à-la shell scripts or Java
properties files.
+* The files consist of lines defining mappings where each line is terminated
with either or both of a carriage return (CR, 0x0c) and line feed character
(LF, 0x0a). There is no line continuation support *-la shell scripts or Java
properties files.
* Empty lines and lines starting with a hash sign (`#`) are ignored
* Data lines consist of space (any whitespace matching the `\s` regular
expression) separated values. The first value is the MIME type name and the
remaining values defining mappings to file name extensions. The first listed
file name extension is considered the *default mapping* and is returned by the
`MimeTypeService.getExtension(String)` method. Entry lines consisting of just a
mime type but no extensions are also (currently) ignored.