Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The match:
<map:match pattern="**i18n-*.html">
<map:mount uri-prefix="" src="i18n.xmap" check-reload="yes" />
</map:match>
means that any file with "i18n-" in its url will not be correctly processed. We cannot afford to reserve this namespace.
<map:match pattern="**i18n-*.html">
<map:mount uri-prefix="" src="i18n.xmap" check-reload="yes" />
</map:match>
means that any file with "i18n-" in its url will not be correctly processed. We cannot afford to reserve this namespace.