Comment 0 for bug 201853

Revision history for this message
Diogo Matsubara (matsubara) wrote :

Steps to reproduce:
1. Run the codehosting service: $ make run_all
2. In another terminal, run $ ssh bazaar.launchpad.dev ls

What happens:
$ ssh bazaar.launchpad.dev ls
Not allowed to execute 'ls'.

and a OOPS like OOPS-795SMPSSH5 (ForbiddenCommand: Not allowed to execute $command) is recorded.

What should happen:

Not record an oops, since it's not an error and it's handled exception.