Skip to content

Commit

Permalink
Merge pull request #145 from gcurtis/proxy-docs
Browse files Browse the repository at this point in the history
Update docs around saving/restoring proxy settings
  • Loading branch information
gcurtis committed Jul 13, 2015
2 parents a90f97c + ab14f08 commit aacfe0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/box/sdk/BoxAPIConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,10 @@ public void setRequestInterceptor(RequestInterceptor interceptor) {
/**
* Saves the state of this connection to a string so that it can be persisted and restored at a later time.
*
* <p>Note that proxy settings aren't automatically saved or restored. This is mainly due to security concerns
* around persisting proxy authentication details to the state string. If your connection uses a proxy, you will
* have to manually configure it again after restoring the connection.</p>
*
* @see #restore
* @return the state of this connection.
*/
Expand Down

0 comments on commit aacfe0d

Please sign in to comment.