Commit ab14f08
Greg Curtis
Update docs around saving/restoring proxy settings
Configured proxies aren't saved or restored with
BoxAPIConnection#save() or BoxAPIConnection#restore(String). This is
intentional because:
1. We don't have a clean way of serializing the Proxy object to JSON.
2. If the proxy has a password, it would be unsafe to persist it to the
saved state string.
This change updates the javadocs so it's clear that proxy settings must
be manually reconfigured after restoring an API connection.
Fixes #143.1 parent 9bb1fba commit ab14f08
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
546 | 550 | | |
547 | 551 | | |
548 | 552 | | |
| |||
0 commit comments