Activity log for bug #205997

Date Who What changed Old value New value Message
2008-03-24 13:24:55 Curtis Hovey bug added bug
2008-03-24 13:25:56 Curtis Hovey launchpad: status New Confirmed
2008-03-24 13:25:56 Curtis Hovey launchpad: assignee sinzui-is
2008-03-24 13:25:56 Curtis Hovey launchpad: importance Undecided High
2008-03-24 13:25:56 Curtis Hovey launchpad: milestone 1.2.3
2008-03-25 09:20:37 Matthew Paul Thomas launchpad: milestone 1.2.3
2008-03-25 09:20:54 Matthew Paul Thomas launchpad-answers: milestone 1.2.3
2008-03-25 18:49:55 Curtis Hovey description We received an OOPS for: 1 ValueError: invalid literal for int(): +logout POST: 1 Robots: 0 Local: 1 1 https://answers.launchpad.net/phpldapadmin/+faq/+logout OOPS-811C1357 The user was on an bad URL /before/ he tried to logout. It appears that he edited the URL hoping to see all the faqs. He then choose to logout, which caused the oops. We should redirect to +faqs when the faq id cannot be converted to an int(). A notification should be displayed that the brwoser was redirected because a valid faq id was not provided. We received an OOPS for: 1 ValueError: invalid literal for int(): +logout POST: 1 Robots: 0 Local: 1 1 https://answers.launchpad.net/phpldapadmin/+faq/+logout OOPS-811C1357 The user was on an bad URL /before/ he tried to logout. It appears that he edited the URL hoping to see all the faqs. He then choose to logout, which caused the oops. We need to catch the ValueError exceptions and return a NotFoundError instead.
2008-03-25 18:49:55 Curtis Hovey title +faq should redirect to +faqs when the faq id is not an int +faq should return a 404 if the id is not an int
2008-03-25 21:20:20 Curtis Hovey launchpad-answers: status Confirmed Fix Committed
2008-03-28 12:54:11 Curtis Hovey launchpad-answers: status Fix Committed Fix Released
2017-05-15 13:37:29 Curtis Hovey launchpad: assignee Curtis Hovey (sinzui)