Skip to content

Commit aacfe0d

Browse files
committed
Merge pull request #145 from gcurtis/proxy-docs
Update docs around saving/restoring proxy settings
2 parents a90f97c + ab14f08 commit aacfe0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,10 @@ public void setRequestInterceptor(RequestInterceptor interceptor) {
541541
/**
542542
* Saves the state of this connection to a string so that it can be persisted and restored at a later time.
543543
*
544+
* <p>Note that proxy settings aren't automatically saved or restored. This is mainly due to security concerns
545+
* around persisting proxy authentication details to the state string. If your connection uses a proxy, you will
546+
* have to manually configure it again after restoring the connection.</p>
547+
*
544548
* @see #restore
545549
* @return the state of this connection.
546550
*/

0 commit comments

Comments
 (0)