googleapis / google-oauth-java-client

Google OAuth Client Library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocalServerReceiver uses PrintWriter

elharo opened this issue · comments

This causes it to swallow IOExceptions.

Out of curiosity - what is the fix here? Can we use FileWriter? Or PrintWriter.checkError()?

don't use PrintWriter is the fix.