Activity log for bug #271029

Date Who What changed Old value New value Message
2008-09-16 18:53:49 Diogo Matsubara bug added bug
2008-09-16 18:58:53 Diogo Matsubara description As seen in OOPS-990S35 a ForbiddenAttribute was raised because the user didn't have the permission to set that distribution property. This OOPS looks similar to bug 267888 so it seems that the appropriate response is to return a 400 - Bad Response To reproduce: >>> ubuntu = lp.distributions[0] >>> ubuntu.active = False >>> ubuntu.lp_save() Exception type ForbiddenAttribute Exception value ('active', <Distribution at 0x970a690>) As seen in OOPS-990S35 a ForbiddenAttribute was raised because the user didn't have the permission to set that distribution property. This OOPS looks similar to bug 267888 and the appropriate response is to return a 401 (Unauthorized) To reproduce: >>> ubuntu = lp.distributions[0] >>> ubuntu.active = False >>> ubuntu.lp_save() Exception type ForbiddenAttribute Exception value ('active', <Distribution at 0x970a690>)
2008-09-16 18:59:11 Diogo Matsubara launchpad-foundations: status New Triaged
2008-09-16 18:59:11 Diogo Matsubara launchpad-foundations: statusexplanation
2008-09-16 19:35:24 Francis J. Lacoste launchpad-foundations: importance Undecided Medium
2011-01-12 17:45:54 Robert Collins launchpad: importance Medium Critical
2011-03-25 13:13:53 Leonard Richardson launchpad: status Triaged Fix Released