The current setup of http://xml.apache.org/cocoon** is a redirect to http://cocoon.apache.org/2.0{1} using this .htaccess file:
RedirectMatch permanent /cocoon(.*)$ "http://cocoon.apache.org/2.0$1
... which means people who still use the old entry point will not be aware of our TLP status other than carefully reading & interpreting the URI.
I changed this temporarily to:
RedirectMatch permanent /cocoon/(.+)$ "http://cocoon.apache.org/2.0/$1 RedirectMatch permanent /cocoon/ "http://cocoon.apache.org/
Is this OK with everyone?
As long as it works :)
Vadim