Summary
JShell currently supports loading and opening non-file URLs in the /open
command, like jshell> /open <URL>
. But, as a side-effect it also supports loading and opening non-file URLs when specified on the command line, e.g. line jshell <URLs>
. The support for non-file URLs as arguments on the command line should be removed.
Problem
JShell supports direct loading and opening remote, non-file, URLs specified on the command line. This should be removed.
Solution
The JShell supports for direct loading and opening remote, non-file, URLs specified on the command line will be removed.
Specification
The JShell supports for direct loading and opening remote, non-file, URLs specified on the command line will be removed.
- csr of
-
JDK-8295984 Remove unexpected JShell feature
-
- Resolved
-