Thread: 404 on the trac website
http://code.pgadmin.org says: 404 - Not Found Is it only me? -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com
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/
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
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