New issue 108 by slauri...@gmail.com: ZipAction output contains duplicated
pages
http://code.google.com/p/webreformatter/issues/detail?id=108
When running a ZipAction with the pageset configuration below, the output
contains all pages twice: once with the "html" extension, one without.
<site path="xwiki-wrf"
baseUrl="http://xxx/">
<url2path from="^WebHome$" to="index.html" />
<url2path from="^(.+)$" to="$1.html" />
<path2url from="." to="WebHome?basicauth=1" />
<path2url from="^index.html$" to="WebHome?basicauth=1" />
<path2url from="^(.+)\.html$" to="$1?basicauth=1" />
<path2url from="^(.+)$" to="$1?basicauth=1" />
<url key="xsl" value="../xsl/transform.xsl" />
<url key="template" value="../template/template.html" />
</site>