Thread: Broken? http://www.postgresql.org/about/
Is it on my pc or the http://www.postgresql.org/about/ is broken? I only get "<div id="pgContainerWr"
> -----Original Message----- > From: pgsql-www-owner@postgresql.org > [mailto:pgsql-www-owner@postgresql.org] On Behalf Of gevik@xs4all.nl > Sent: 17 November 2005 10:25 > To: pgsql-www@postgresql.org > Subject: [pgsql-www] Broken? http://www.postgresql.org/about/ > > Is it on my pc or the http://www.postgresql.org/about/ is broken? > I only get "<div id="pgContainerWr" Hmm, looks OK to me in IE and FF. Perhaps you had a bad transfer that got cached? BTW, how goes the form submission verification? Regards, Dave.
On Nov 17, 2005, at 19:24 , gevik@xs4all.nl wrote: > Is it on my pc or the http://www.postgresql.org/about/ is broken? > I only get "<div id="pgContainerWr" Works fine from here. Michael Glaesemann grzm myrealbox com
On Thu, Nov 17, 2005 at 07:29:31PM +0900, Michael Glaesemann wrote: > On Nov 17, 2005, at 19:24 , gevik@xs4all.nl wrote: > >Is it on my pc or the http://www.postgresql.org/about/ is broken? > >I only get "<div id="pgContainerWr" > > Works fine from here. Here too. I suspect it's more than coincidence that the indicated text ends exactly 1024 bytes into the content. % curl http://www.postgresql.org/about/ | hd [...] 000003e0 3c 62 6f 64 79 3e 0a 20 20 20 3c 64 69 76 20 69 |<body>. <div i| 000003f0 64 3d 22 70 67 43 6f 6e 74 61 69 6e 65 72 57 72 |d="pgContainerWr| 00000400 61 70 22 3e 0a 20 20 20 20 3c 64 69 76 20 69 64 |ap">. <div id| [...] -- Michael Fuhr
> > >Is it on my pc or the http://www.postgresql.org/about/ is broken? > > >I only get "<div id="pgContainerWr" > > > > Works fine from here. > > Here too. I suspect it's more than coincidence that the > indicated text ends exactly 1024 bytes into the content. > > % curl http://www.postgresql.org/about/ | hd [...] > 000003e0 3c 62 6f 64 79 3e 0a 20 20 20 3c 64 69 76 20 69 > |<body>. <div i| > 000003f0 64 3d 22 70 67 43 6f 6e 74 61 69 6e 65 72 57 72 > |d="pgContainerWr| > 00000400 61 70 22 3e 0a 20 20 20 20 3c 64 69 76 20 69 64 > |ap">. <div id| > [...] Interesting... I just hit every mirror, and they all respond correctly. Perhaps the mirror was hit just as it was resyncing the page. Did this happen just once, or more than once? //Magnus
> happen just once, or more than once? I saw that more than once in the last week.
On Thu, 2005-11-17 at 05:28, Dave Page wrote: > BTW, how goes the form submission verification? > I heard an interesting twist on this... rather than doing image verification, you instead reject submissions that come from page that don't contain a postgresql.org refferrer on the submission page. The idea being the spam bots post directly to the submission page, but users navigate thier way into the page. simple (and transparent to the user) but apparently very effective for some folks that have implemented it. Robert Treat -- Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
> -----Original Message----- > From: Robert Treat [mailto:xzilla@users.sourceforge.net] > Sent: 17 November 2005 16:12 > To: Dave Page > Cc: gevik@xs4all.nl; pgsql-www@postgresql.org > Subject: Re: [pgsql-www] Broken? http://www.postgresql.org/about/ > > On Thu, 2005-11-17 at 05:28, Dave Page wrote: > > BTW, how goes the form submission verification? > > > > I heard an interesting twist on this... rather than doing image > verification, you instead reject submissions that come from page that > don't contain a postgresql.org refferrer on the submission page. The > idea being the spam bots post directly to the submission > page, but users > navigate thier way into the page. simple (and transparent to the user) > but apparently very effective for some folks that have > implemented it. Sounds like a good idea, except legitimate clients might not send it (I don't know off-hand if any do offer a way to stop it, but it seems like a sensible privacy option). Also I imagine it would be really easy to add it to the spam bots, so I doubt it'll be long before it stops working for them as well. Regards, Dave.
On Thu, Nov 17, 2005 at 11:12:24AM -0500, Robert Treat wrote: > I heard an interesting twist on this... rather than doing image > verification, you instead reject submissions that come from page that > don't contain a postgresql.org refferrer on the submission page. The > idea being the spam bots post directly to the submission page, but users > navigate thier way into the page. simple (and transparent to the user) > but apparently very effective for some folks that have implemented it. It's also very broken for people who don't send Referer headers, or who come from another legitimate site that links directly there. -- Michael Fuhr