This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] CVS annotate brings me to GNATS
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: Steven Bosscher <stevenb at suse dot de>, gcc at gcc dot gnu dot org
- Date: Thu, 24 Feb 2005 19:07:42 +0100 (CET)
- Subject: Re: [wwwdocs] CVS annotate brings me to GNATS
- References: <6136411.1102689416077.SLOX.WebMail.wwwrun@extimap.suse.de><Pine.LNX.4.60.0412100939420.19551@dberlin.org><Pine.BSF.4.61.0412111821060.59938@acrux.dbai.tuwien.ac.at>
On Sat, 11 Dec 2004, Gerald Pfeifer wrote:
>>> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/old-gcc/PROBLEMS?annotate=1.1
>> The thing matching "PR" must be a little overzealous :)
> Yup. I think I know how to fix this and hope to do it in the next few
> days (after some other technical issues have been clarified).
Fixed now, with the following change to httpd.conf. (I believe we actually
might be able to remove the Rewrite... stuff.)
Sorry for the delay, various things happened in between...
Gerald
# Support short URLs for referring to PRs.
RewriteCond %{QUERY_STRING} ([0-9]+)$
- RewriteRule PR http://gcc.gnu.org/bugzilla/show_bug.cgi?id=%1 [R]
+ RewriteRule ^PR http://gcc.gnu.org/bugzilla/show_bug.cgi?id=%1 [R]
RedirectMatch ^/PR([0-9]+)$ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=$1
include /etc/httpd/conf/spamblock