public inbox for [email protected]help / color / mirror / Atom feed
msgtxt.php archive links broken 7+ messages / 3 participants [nested] [flat]
* msgtxt.php archive links broken @ 2013-03-01 23:24 Josh Kupershmidt <[email protected]> 2013-03-02 02:45 ` Re: msgtxt.php archive links broken Tom Lane <[email protected]> 0 siblings, 1 reply; 7+ messages in thread From: Josh Kupershmidt @ 2013-03-01 23:24 UTC (permalink / raw) To: pgsql-www Hi all, I am getting a 404 when trying to follow archive links such as: http://www.postgresql.org/list/[email protected]/ http://archives.postgresql.org/[email protected] It looks like such links used to dump the raw message body, like our current /message-id/raw/... pages. Josh -- Sent via pgsql-www mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: msgtxt.php archive links broken 2013-03-01 23:24 msgtxt.php archive links broken Josh Kupershmidt <[email protected]> @ 2013-03-02 02:45 ` Tom Lane <[email protected]> 2013-03-02 04:10 ` Re: msgtxt.php archive links broken Magnus Hagander <[email protected]> 0 siblings, 1 reply; 7+ messages in thread From: Tom Lane @ 2013-03-02 02:45 UTC (permalink / raw) To: Josh Kupershmidt <[email protected]>; +Cc: pgsql-www Josh Kupershmidt <[email protected]> writes: > I am getting a 404 when trying to follow archive links such as: > http://www.postgresql.org/list/[email protected]/ While we're griping about that sort of thing ... URLs like this used to work to fetch a message by message-id: http://www.postgresql.org/list/message-by-id.php?q=CAK3UJRGZfoRJsVBuhwQMAQbk1MPXx5TdOq24NxqCCGB4zQ3E... regards, tom lane -- Sent via pgsql-www mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: msgtxt.php archive links broken 2013-03-01 23:24 msgtxt.php archive links broken Josh Kupershmidt <[email protected]> 2013-03-02 02:45 ` Re: msgtxt.php archive links broken Tom Lane <[email protected]> @ 2013-03-02 04:10 ` Magnus Hagander <[email protected]> 2013-03-02 14:38 ` Re: msgtxt.php archive links broken Tom Lane <[email protected]> 2013-03-02 22:02 ` Re: msgtxt.php archive links broken Josh Kupershmidt <[email protected]> 0 siblings, 2 replies; 7+ messages in thread From: Magnus Hagander @ 2013-03-02 04:10 UTC (permalink / raw) To: Tom Lane <[email protected]>; +Cc: Josh Kupershmidt <[email protected]>; pgsql-www On Sat, Mar 2, 2013 at 3:45 AM, Tom Lane <[email protected]> wrote: > Josh Kupershmidt <[email protected]> writes: >> I am getting a 404 when trying to follow archive links such as: > >> http://www.postgresql.org/list/[email protected]/ > > While we're griping about that sort of thing ... URLs like this used to > work to fetch a message by message-id: > > http://www.postgresql.org/list/message-by-id.php?q=CAK3UJRGZfoRJsVBuhwQMAQbk1MPXx5TdOq24NxqCCGB4zQ3E... Exactly what was the original URLs you guys tried? Becuase both those look like the result of having been rewritten/redirected... (Possibly incorrectly so..) -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-www mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: msgtxt.php archive links broken 2013-03-01 23:24 msgtxt.php archive links broken Josh Kupershmidt <[email protected]> 2013-03-02 02:45 ` Re: msgtxt.php archive links broken Tom Lane <[email protected]> 2013-03-02 04:10 ` Re: msgtxt.php archive links broken Magnus Hagander <[email protected]> @ 2013-03-02 14:38 ` Tom Lane <[email protected]> 2013-03-05 16:51 ` Re: msgtxt.php archive links broken Magnus Hagander <[email protected]> 1 sibling, 1 reply; 7+ messages in thread From: Tom Lane @ 2013-03-02 14:38 UTC (permalink / raw) To: Magnus Hagander <[email protected]>; +Cc: Josh Kupershmidt <[email protected]>; pgsql-www Magnus Hagander <[email protected]> writes: > On Sat, Mar 2, 2013 at 3:45 AM, Tom Lane <[email protected]> wrote: >> While we're griping about that sort of thing ... URLs like this used to >> work to fetch a message by message-id: >> http://www.postgresql.org/list/message-by-id.php?q=CAK3UJRGZfoRJsVBuhwQMAQbk1MPXx5TdOq24NxqCCGB4zQ3E... > Exactly what was the original URLs you guys tried? Becuase both those > look like the result of having been rewritten/redirected... (Possibly > incorrectly so..) In my case that was the original URL. I have a link on my home page for going straight to a copied-and-pasted message ID, which works like this: <form action="http://archives.postgresql.org/message-by-id.php"; method="get" id="goto-message-id"> Archived message ID <input type="text" name="q" size="60" /> </form> It's no trouble to change the form parameters, but this method requires URLs that look like "...?something=messageid". I don't know if the new site layout accepts anything like that. regards, tom lane -- Sent via pgsql-www mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: msgtxt.php archive links broken 2013-03-01 23:24 msgtxt.php archive links broken Josh Kupershmidt <[email protected]> 2013-03-02 02:45 ` Re: msgtxt.php archive links broken Tom Lane <[email protected]> 2013-03-02 04:10 ` Re: msgtxt.php archive links broken Magnus Hagander <[email protected]> 2013-03-02 14:38 ` Re: msgtxt.php archive links broken Tom Lane <[email protected]> @ 2013-03-05 16:51 ` Magnus Hagander <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Magnus Hagander @ 2013-03-05 16:51 UTC (permalink / raw) To: Tom Lane <[email protected]>; +Cc: Josh Kupershmidt <[email protected]>; pgsql-www On Sat, Mar 2, 2013 at 3:38 PM, Tom Lane <[email protected]> wrote: > Magnus Hagander <[email protected]> writes: >> On Sat, Mar 2, 2013 at 3:45 AM, Tom Lane <[email protected]> wrote: >>> While we're griping about that sort of thing ... URLs like this used to >>> work to fetch a message by message-id: >>> http://www.postgresql.org/list/message-by-id.php?q=CAK3UJRGZfoRJsVBuhwQMAQbk1MPXx5TdOq24NxqCCGB4zQ3E... > >> Exactly what was the original URLs you guys tried? Becuase both those >> look like the result of having been rewritten/redirected... (Possibly >> incorrectly so..) > > In my case that was the original URL. I have a link on my home page for > going straight to a copied-and-pasted message ID, which works like this: > > <form action="http://archives.postgresql.org/message-by-id.php"; > method="get" id="goto-message-id"> > Archived message ID <input type="text" name="q" size="60" /> > </form> Not quite. That form generates an url to archives.postgresql.org - so what you pasted above clearly is the redirected version. I noticed that this one is different from the one Josh Kupershmidt reported (that one was for msgtxt.php), so if your custom for was the only case where this one was actually hit, I'm not sure it's worth fixing, since you can easily fix it per below. Have you or anybody else seen this URL pattern in links that are actually stored anywhere? > It's no trouble to change the form parameters, but this method requires > URLs that look like "...?something=messageid". I don't know if the new > site layout accepts anything like that. If you input any messageid in the general search box, it will do the right thing transparently now. So you can just put http://www.postgresql.org/search/ as your target for the search. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-www mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: msgtxt.php archive links broken 2013-03-01 23:24 msgtxt.php archive links broken Josh Kupershmidt <[email protected]> 2013-03-02 02:45 ` Re: msgtxt.php archive links broken Tom Lane <[email protected]> 2013-03-02 04:10 ` Re: msgtxt.php archive links broken Magnus Hagander <[email protected]> @ 2013-03-02 22:02 ` Josh Kupershmidt <[email protected]> 2013-03-05 17:07 ` Re: msgtxt.php archive links broken Magnus Hagander <[email protected]> 1 sibling, 1 reply; 7+ messages in thread From: Josh Kupershmidt @ 2013-03-02 22:02 UTC (permalink / raw) To: Magnus Hagander <[email protected]>; +Cc: Tom Lane <[email protected]>; pgsql-www On Fri, Mar 1, 2013 at 9:10 PM, Magnus Hagander <[email protected]> wrote: > On Sat, Mar 2, 2013 at 3:45 AM, Tom Lane <[email protected]> wrote: >> Josh Kupershmidt <[email protected]> writes: >>> I am getting a 404 when trying to follow archive links such as: >> >>> http://www.postgresql.org/list/[email protected]/ >> >> While we're griping about that sort of thing ... URLs like this used to >> work to fetch a message by message-id: >> >> http://www.postgresql.org/list/message-by-id.php?q=CAK3UJRGZfoRJsVBuhwQMAQbk1MPXx5TdOq24NxqCCGB4zQ3E... > > Exactly what was the original URLs you guys tried? Becuase both those > look like the result of having been rewritten/redirected... (Possibly > incorrectly so..) Well, I got the first link as the first hit from a Google search result (I googled for "pdfjadetex multiple runs links"). Google still has a cache of that page, so surely it must have worked at some point. The second link I posted, I dug up from my inbox: http://www.postgresql.org/message-id/[email protected] Josh -- Sent via pgsql-www mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www ^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: msgtxt.php archive links broken 2013-03-01 23:24 msgtxt.php archive links broken Josh Kupershmidt <[email protected]> 2013-03-02 02:45 ` Re: msgtxt.php archive links broken Tom Lane <[email protected]> 2013-03-02 04:10 ` Re: msgtxt.php archive links broken Magnus Hagander <[email protected]> 2013-03-02 22:02 ` Re: msgtxt.php archive links broken Josh Kupershmidt <[email protected]> @ 2013-03-05 17:07 ` Magnus Hagander <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Magnus Hagander @ 2013-03-05 17:07 UTC (permalink / raw) To: Josh Kupershmidt <[email protected]>; +Cc: Tom Lane <[email protected]>; pgsql-www On Sat, Mar 2, 2013 at 11:02 PM, Josh Kupershmidt <[email protected]> wrote: > On Fri, Mar 1, 2013 at 9:10 PM, Magnus Hagander <[email protected]> wrote: >> On Sat, Mar 2, 2013 at 3:45 AM, Tom Lane <[email protected]> wrote: >>> Josh Kupershmidt <[email protected]> writes: >>>> I am getting a 404 when trying to follow archive links such as: >>> >>>> http://www.postgresql.org/list/[email protected]/ >>> >>> While we're griping about that sort of thing ... URLs like this used to >>> work to fetch a message by message-id: >>> >>> http://www.postgresql.org/list/message-by-id.php?q=CAK3UJRGZfoRJsVBuhwQMAQbk1MPXx5TdOq24NxqCCGB4zQ3E... >> >> Exactly what was the original URLs you guys tried? Becuase both those >> look like the result of having been rewritten/redirected... (Possibly >> incorrectly so..) > > Well, I got the first link as the first hit from a Google search > result (I googled for "pdfjadetex multiple runs links"). Google still > has a cache of that page, so surely it must have worked at some point. Ugh. So we still have examples left of where google indexed pages that should have never been let outside of a robots.txt realm in thef irst place :( We had multiple parts of the archives indexed multiple times around. But no, it's not the first link you get. You get a link to archives.postgresql.org, that then redirects there... (with googles fucked up javascript-only redirection, not an actual http redirection even.. But I guess they have to track you properly..) Anyway. Since it's clearly out there, I've fixed the redirect rules for it. Will deploy shortly. > The second link I posted, I dug up from my inbox: > http://www.postgresql.org/message-id/[email protected] That one is also suffering from the escaping-of-messageid's issue. That's double-unpretty :) -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-www mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www ^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2013-03-05 17:07 UTC | newest] Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2013-03-01 23:24 msgtxt.php archive links broken Josh Kupershmidt <[email protected]> 2013-03-02 02:45 ` Tom Lane <[email protected]> 2013-03-02 04:10 ` Magnus Hagander <[email protected]> 2013-03-02 14:38 ` Tom Lane <[email protected]> 2013-03-05 16:51 ` Magnus Hagander <[email protected]> 2013-03-02 22:02 ` Josh Kupershmidt <[email protected]> 2013-03-05 17:07 ` Magnus Hagander <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox