Thread: 404 on the trac website

404 on the trac website

From
Guillaume Lelarge
Date:
http://code.pgadmin.org says:
404 - Not Found

Is it only me?


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com


Re: 404 on the trac website

From
Magnus Hagander
Date:
Yeah, I can reproduce it.

From what I can tell, Dave broke something with a new matching rule
when he changed www.pgadmin.org / pgadmin.org.

Dave - are you sure the regexp shouldn't be anchored? AFAICT, there's
basically a wildcard rule for any domain containing pgadmin.org in it
in the config for www.pgadmin.org?

(autobackup rev 1663)

//Magnus

On Mon, Aug 22, 2011 at 23:14, Guillaume Lelarge <guillaume@lelarge.info> wrote:
> http://code.pgadmin.org says:
> 404 - Not Found
>
> Is it only me?
>
>
> --
> Guillaume
>  http://blog.guillaume.lelarge.info
>  http://www.dalibo.com
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Re: 404 on the trac website

From
Dave Page
Date:
On Mon, Aug 22, 2011 at 10:29 PM, Magnus Hagander <magnus@hagander.net> wrote:
> Yeah, I can reproduce it.
>
> From what I can tell, Dave broke something with a new matching rule
> when he changed www.pgadmin.org / pgadmin.org.
>
> Dave - are you sure the regexp shouldn't be anchored? AFAICT, there's
> basically a wildcard rule for any domain containing pgadmin.org in it
> in the config for www.pgadmin.org?

Yeah. Fixed. <grumble>.


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Re: 404 on the trac website

From
Guillaume Lelarge
Date:
On Tue, 2011-08-23 at 09:04 +0100, Dave Page wrote:
> On Mon, Aug 22, 2011 at 10:29 PM, Magnus Hagander <magnus@hagander.net> wrote:
> > Yeah, I can reproduce it.
> >
> > From what I can tell, Dave broke something with a new matching rule
> > when he changed www.pgadmin.org / pgadmin.org.
> >
> > Dave - are you sure the regexp shouldn't be anchored? AFAICT, there's
> > basically a wildcard rule for any domain containing pgadmin.org in it
> > in the config for www.pgadmin.org?
>
> Yeah. Fixed. <grumble>.
>

Yes, it works. Thanks :)


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com