srb4j
srb4j copied to clipboard
Fix Google-API-Client's httpclient issue
The problem was described on https://github.com/googleapis/google-api-java-client/issues/1060
- Use the class code shown on https://github.com/googleapis/google-api-java-client/issues/1060
- Add the class as impl.support.social.GoogleCustomTimeoutHttpClient
- In FoGoogleAuthHelper.java, replace HttpTransport creation code with
HttpTransport googleHttpTransport = new ApacheHttpTransport(GoogleCustomTimeoutHttpClient.newHttpClient());