RFR: 8281049: man page update for jstatd Security Manager dependency removal
Chris Plummer
cjplummer at openjdk.java.net
Wed Feb 2 22:44:06 UTC 2022
On Wed, 2 Feb 2022 10:54:19 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Policy settings are no longer required to run jstatd.
>
> This PR is the change to the source file src/jdk.jstatd/share/man/jstatd.1 and in case that's hard to read, here is a diff of the text as rendered by the man command: https://cr.openjdk.java.net/~kevinw/8281049/jstatd.man.diff.txt
>
> And a copy of the new text rendered by man:
> https://cr.openjdk.java.net/~kevinw/8281049/jstatd.man.new.txt
src/jdk.jstatd/share/man/jstatd.1 line 124:
> 122: .PP
> 123: As RMI is in use, the jstatd server uses an ObjectInputFilter to allow
> 124: only essential classes to be deserialized.
How about:
For security purposes, the jstatd server uses an RMI ObjectInputFilter to allow only essential classes to be deserialized.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7320
More information about the serviceability-dev
mailing list