Modify ↓
Opened 8 years ago
Closed 8 years ago
#14719 closed enhancement (wontfix)
Add http://localhost:8111/exit
Reported by: | jidanni | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core remotecontrol | Version: | |
Keywords: | Cc: |
Description
User can start josm from the shell,
$ josm
but he cannot stop it from the shell, apart from the Unix kill(1) command, which is a bad way.
Therefore there shoud be http://localhost:8111/exit added.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
There is no way we add a major security hole like remote software shutdown. Remote control is already dangerous enough as it is.
To stop software on commandline the typical way is to press CTRL+C.