Author: hlship
Date: Sat Oct 29 06:09:27 2005
New Revision: 329408
URL: http://svn.apache.org/viewcvs?rev=329408&view=rev
Log:
Add upgrade note about asset friendly URLs.
Modified:
jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml
Modified: jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml?rev=329408&r1=329407&r2=329408&view=diff
==============================================================================
--- jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml (original)
+++ jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml Sat Oct 29
06:09:27 2005
@@ -225,6 +225,22 @@
in October 2005.
</p>
+ <warning>
+ <title>Upgrading from 4.0 beta-10</title>
+
+ <p>
+ The way <link href="UsersGuide/friendly-urls.html">friendly URLs</link>
are configured,
+ for the asset service, has changed between beta-10 and later releases.
In your
+ hivemodule.xml, change:
+
+
+ <code><![CDATA[<asset-encoder id="asset" path="/assets/"/>]]></code> to
+ <code><![CDATA[<asset-encoder id="asset" path="/assets"/>]]></code>
+ (notice that the trailing slash has been removed).
+ </p>
+
+ </warning>
+
</section>
<section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]