Author: crossley
Date: Fri Oct 28 05:50:27 2005
New Revision: 329188
URL: http://svn.apache.org/viewcvs?rev=329188&view=rev
Log:
Another fix for FOR-284 ... this time the lm: links.
"link rewriting broken when linking to xml source views which contain site:
links"
Modified:
forrest/trunk/main/webapp/WEB-INF/cli.xconf
forrest/trunk/site-author/conf/cli.xconf
Modified: forrest/trunk/main/webapp/WEB-INF/cli.xconf
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/WEB-INF/cli.xconf?rev=329188&r1=329187&r2=329188&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/cli.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/cli.xconf Fri Oct 28 05:50:27 2005
@@ -217,8 +217,10 @@
-->
<exclude pattern="site:**"/>
<exclude pattern="ext:**"/>
+ <exclude pattern="lm:**"/>
<exclude pattern="**/site:**"/>
<exclude pattern="**/ext:**"/>
+ <exclude pattern="**/lm:**"/>
<!-- Exclude tokens used in URLs to ASF mirrors (interpreted by a CGI) -->
<exclude pattern="[preferred]/**"/>
Modified: forrest/trunk/site-author/conf/cli.xconf
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/conf/cli.xconf?rev=329188&r1=329187&r2=329188&view=diff
==============================================================================
--- forrest/trunk/site-author/conf/cli.xconf (original)
+++ forrest/trunk/site-author/conf/cli.xconf Fri Oct 28 05:50:27 2005
@@ -216,8 +216,10 @@
-->
<exclude pattern="site:**"/>
<exclude pattern="ext:**"/>
+ <exclude pattern="lm:**"/>
<exclude pattern="**/site:**"/>
<exclude pattern="**/ext:**"/>
+ <exclude pattern="**/lm:**"/>
<!-- Exclude tokens used in URLs to ASF mirrors (interpreted by a CGI) -->
<exclude pattern="[preferred]/**"/>