GlobusGSSCredentialImpl fails when the remote initiates a proper
SSL shutdown. The patch changes the logic such that rather
than throwing a generic error, the new ClosedGSSException is
thrown. The InputStream implementation recognizes this exception
and signals end-of-stream to the caller.
GlobusGSSCredentialImpl fails when the remote initiates a proper SSL shutdown. The patch changes the logic such that rather than throwing a generic error, the new ClosedGSSException is thrown. The InputStream implementation recognizes this exception and signals end-of-stream to the caller.