David Crossley wrote:
Antonio Gallardo wrote:
Hi:
While reviewing the javadocs, I found there is a link that is broken.
The content is there, but the linkrewriter is non-correrctly redirecting
the content.
Try:
http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/xml/xlink/package-frame.html
I found the .htaccess file in /www/cocoon.apache.org/2.1 contains the
following rule that makes the javadocs to not display correclty:
RedirectMatch link/(.*)$ "http://cocoon.apache.org/link/$1"
I don't wanted to touch the code, because I don't have an idea why we
have this redirection.
Can someone fix this?
Thanks in advance.
The reason that it is there is that we used to have
the "link" section of documents for our "live sites"
in the 2.1 docs, then they got moved up to the top-level.
I just tweaked it to be a better match.
thanks, David. :-)
Best Regards,
Antonio Gallardo