Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
stream.add( "stream", IOUtils.toString( content.getStream() ) );
IOUtils.toString won't close the stream for you.