Activity log for bug #1094

Date Who What changed Old value New value Message
2005-06-21 07:22:22 Uphaar Agrawalla bug added bug
2005-06-22 09:41:35 Matthew Paul Thomas description When trying to comment on a bug without having logged in, malone displays this (plain text) error: "Application error. Unauthenticated user POSTing to page that requires authentication." Pressing the Back button from the above error makes you lose whatever was typed. Expected Behaviour: It should instead show the login page and then submit the comment automatically, provided the login is correct. When trying to comment on a bug without having logged in, malone displays this (plain text) error: "Application error. Unauthenticated user POSTing to page that requires authentication." Pressing the Back button from the above error makes you lose whatever was typed. Launchpad should instead show the login page and then submit the comment automatically, provided the login is correct. To do this, the login page needs to: - be able to be conjured at any URL (since the form post targets a specific URL) - be prepared to pack and forward all variables POSTed to it into the original URL once a successful login is performed.
2005-07-25 17:35:43 Brad Bollenbach malone: status New Accepted
2005-07-25 17:35:43 Brad Bollenbach malone: assignee bradb
2005-08-29 21:20:17 Brad Bollenbach malone: status Accepted Fixed