Dave Fisher wrote:
For the website I have a sed script that is intended to
> be used to change urls - ooo/site/trunk/tools/urlrewrite.sed ...
So, I am adding 
"s/http:\/\/openoffice.org\/bugzilla/https:\/\/issues.apache.org\/ooo/g"

It would be best to include subdomains (as a generic alphanumeric string as far as the regexp is concerned, of course). For a long period of time until February 2011, the following links used to be all valid and equivalent:

http://openoffice.org/bugzilla/show_bug.cgi?id=111112
http://qa.openoffice.org/bugzilla/show_bug.cgi?id=111112
http://www.openoffice.org/bugzilla/show_bug.cgi?id=111112
http://it.openoffice.org/bugzilla/show_bug.cgi?id=111112
http://[valid_project_id].openoffice.org/bugzilla/show_bug.cgi?id=111112

This is no longer the case, but this could be an occasion to fix all obsolete IssueZilla links effortlessly. Actually, I'm not 100% sure about the "bugzilla" substring in the URL, maybe someone else remembers the exact details.

Regards,
  Andrea.

Reply via email to