Status of redirects in Cocoon-2.0.4:
Does work:
Client side redirect:
<map:redirect-to uri="sample.html"/>
Internal redirect with underscore in resource name:
<map:redirect-to resource="sample_html"/>
Does NOT work:
Internal redirect with cocoon:/ protocol (used to work in 2.0.2/2.0.3):
<map:redirect-to uri="cocoon:/sample.html"/>
Internal redirect with period in resource name (doubt it ever worked):
<map:redirect-to resource="sample.html"/>
As a side note, http://xml.apache.org/cocoon/userdocs/concepts/sitemap.html says
"map:redirect" where it should say "map:redirect-to":
Protocols
In the sitemap, you can use all protocols nearly everywhere (except for in
map:redirect).
How can I help get these fixed?
Tim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]