Community
Participate
Working Groups
The Console View in the UI now allows you to open a "Host OSGi Console". This is great. Should we prevent users from typing "exit" here and bringing down their host Eclipse? Sometimes using "exit" in a command prompt is useful or expected but it might be a little unexpected for a user to type that in their UI Console view and have Eclipse suddenly stop.
There are quite a few damaging commands you can run from the console. I am not sure we should filter certain ones out. Aside from that I am not sure how we would tell where the exit command is coming from. This would likely need to be filtered out from the PDE side that is providing the inputstream with the commands entered by the user.
Console is low level, users can shot themselves in so many ways (exit being just one). I don't think we should try to provide a shield to the user here.