| JDK 25 | JDK 26 |
|---|---|
| 25.0.3-oracleFixed | 26 b15Fixed |
|
Blocks :
|
The `s.s.u.Password` class offers a terminal for password input. It allows password input even when its standard output is redirected, which effectively rules out the use of `System.console()`. It would be desirable for `Password` to have a terminal using the "built-in" `Console` in such a case.
|