Activity log for bug #74816

Date Who What changed Old value New value Message
2006-12-07 13:46:10 Diogo Matsubara bug added bug
2007-01-26 19:29:11 Christian Reis launchpad: importance Undecided Critical
2007-01-26 19:29:11 Christian Reis launchpad: assignee stevea
2007-01-26 19:29:11 Christian Reis launchpad: statusexplanation
2007-01-28 08:23:50 Rouben launchpad: status Unconfirmed Confirmed
2007-01-28 08:23:50 Rouben launchpad: statusexplanation Confirmed here; bug reproducible.
2007-02-01 12:33:11 Matthew Paul Thomas launchpad: importance Critical Medium
2007-02-01 12:33:11 Matthew Paul Thomas launchpad: statusexplanation <SteveA> it's not critical <SteveA> I'd say it's medium
2007-02-01 12:36:46 Christian Reis launchpad: importance Medium Low
2007-02-01 12:36:46 Christian Reis launchpad: statusexplanation <SteveA> it's not critical <SteveA> I'd say it's medium Reducing to medium since we have established it only happens in production in restricted situations. This does affect people running a launchpad development instance when the virtualhostnames set in the config file doesn't match to a hostname used to hit on port 8086. It is trivial to reproduce.
2007-02-01 12:50:57 Diogo Matsubara launchpad: importance Low Medium
2007-02-01 12:50:57 Diogo Matsubara launchpad: statusexplanation Reducing to medium since we have established it only happens in production in restricted situations. This does affect people running a launchpad development instance when the virtualhostnames set in the config file doesn't match to a hostname used to hit on port 8086. It is trivial to reproduce.
2007-02-02 03:14:17 Matthew Paul Thomas title Launchpad should return a 404 HTTP error instead of 500 for non-existant domains Return HTTP 404 error, not 500, for non-existent domains
2007-06-06 02:32:02 Christian Reis launchpad: assignee stevea mthaddon
2007-06-06 02:32:28 Christian Reis launchpad: importance Medium High
2007-06-06 02:32:28 Christian Reis launchpad: statusexplanation We don't want to be 500ing all over the place if it's not an expensive fix. :-)
2007-06-12 17:54:54 Joey Stanford launchpad: assignee mthaddon kiko
2007-06-12 17:54:54 Joey Stanford launchpad: statusexplanation We don't want to be 500ing all over the place if it's not an expensive fix. :-) reassigning to Kiko for disposition
2007-06-13 21:50:48 Christian Reis launchpad: assignee kiko stub
2007-06-13 21:50:48 Christian Reis launchpad: statusexplanation reassigning to Kiko for disposition
2007-07-13 10:59:23 Stuart Bishop launchpad: status Confirmed Won't Fix
2007-07-13 10:59:23 Stuart Bishop launchpad: statusexplanation We have decided to drop the wildcard DNS, as it is causing issues with other protocols we are now supporting on the launchpad.net domain (such as sftp/ssh for bzr).
2007-07-14 06:42:00 Matthew Paul Thomas description Steps to reproduce: 1. Open https://foo.launchpad.net 2. Receive a 500 Internal Server Error Step 2 should be a 404 HTTP error. Steps to reproduce: 1. Open https://foo.launchpad.net 2. Receive a 500 Internal Server Error Or: 1. sftp -v your-launchpad-id@bzr.launchpad.net 2. Wait while ssh hangs Such domains should be reported as not existing.
2007-07-14 06:42:00 Matthew Paul Thomas title Return HTTP 404 error, not 500, for non-existent domains Non-existent subdomains-of.launchpad.net return HTTP 500, SSH timeout
2007-07-14 06:42:30 Matthew Paul Thomas launchpad: status Won't Fix Confirmed
2007-07-14 06:42:30 Matthew Paul Thomas launchpad: statusexplanation We have decided to drop the wildcard DNS, as it is causing issues with other protocols we are now supporting on the launchpad.net domain (such as sftp/ssh for bzr).
2007-07-16 12:07:06 Stuart Bishop launchpad: assignee stub
2007-07-17 16:46:29 Diogo Matsubara launchpad: assignee mthaddon
2007-07-17 17:03:28 Tom Haddon launchpad: status Confirmed In Progress
2007-07-17 17:03:28 Tom Haddon launchpad: statusexplanation Compiling list of host names...
2007-07-25 16:11:02 Tom Haddon launchpad: status In Progress Fix Released
2007-07-25 16:11:02 Tom Haddon launchpad: statusexplanation Compiling list of host names... Wildcard DNS has been removed. Incorrect hostnames will now be not found.