-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b12
-
generic
-
generic
-
Verified
The java.security.DigestInputStream class does not override skip(), mark(), or reset() so it inherits the implementations from java.io.FilterInputStream, which delegates to the wrapped stream. That means the digest is not updated in any of these events. This either needs to be fixed or documented as a known limitation.
- csr for
-
JDK-8291516 Document DigestInputStream behavior when skip() or mark() / reset() is used
-
- Closed
-
- relates to
-
JDK-8050370 Need new regressions tests for MessageDigest with DigestIOStream
-
- Resolved
-