FilterOutputStream.close() throws exception from flush() (original) (raw)
Alex Lam S.L. alexlamsl at gmail.com
Fri Feb 10 13:09:10 UTC 2012
- Previous message: hg: jdk8/tl/jdk: 6879539: enable empty password support for pkcs12 keystore
- Next message: FilterOutputStream.close() throws exception from flush()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi there,
I have some code which calls FilterOutputStream.close(), which calls the underlying OutputStream.flush() which throws IOException.
With previous versions of JavaSE, close() returns successfully without any problems.
Using JDK8-b24, I get an IOException which is propagated from flush().
Is there any reason for this change in behaviour?
Regards, Alex.
- Previous message: hg: jdk8/tl/jdk: 6879539: enable empty password support for pkcs12 keystore
- Next message: FilterOutputStream.close() throws exception from flush()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]