[
http://issues.apache.org/jira/browse/FOR-675?page=comments#action_12332323 ]
David Crossley commented on FOR-675:
------------------------------------
There is a simple way to avoid these issues.
Remove the xmlns attribute from every site.xml and make the following change.
The linkrewriter can then be used with the updated JXPath library.
-------------------------
Index: main/webapp/resources/stylesheets/site-to-book.xsl
===================================================================
--- main/webapp/resources/stylesheets/site-to-book.xsl (revision 326016)
+++ main/webapp/resources/stylesheets/site-to-book.xsl (working copy)
@@ -31,7 +31,7 @@
<xsl:apply-templates/>
</xsl:template>
- <xsl:template match="f:site">
+ <xsl:template match="site">
-------------------------
> upgrading to commons-jxpath-1.2.jar causes failures with linkrewriter
> protocols site: etc.
> ------------------------------------------------------------------------------------------
>
> Key: FOR-675
> URL: http://issues.apache.org/jira/browse/FOR-675
> Project: Forrest
> Type: Bug
> Components: Core operations
> Versions: 0.7, 0.8-dev
> Reporter: David Crossley
> Priority: Blocker
> Fix For: 0.8-dev
>
> upgrading from commons-jxpath-20030909.jar to commons-jxpath-1.2.jar causes
> failures with linkrewriter protocols site: etc. This happens in both modes:
> 'forret run' and 'forrest'.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira