Commit 6759fde
committed
Handle Opaque Tokens
Previously we assumed that tokens would contain a payload, which we parsed to log
expiration information. This assumption is not true for opaque tokens, and our parsing
caused a failure in that scenario. This commit adds a check for opaque tokens.
[resolves #1058]
Signed-off-by: Paul Harris <harrisp@vmware.com>1 parent 9b33f93 commit 6759fde
2 files changed
Lines changed: 6 additions & 2 deletions
File tree
- .idea
- cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/tokenprovider
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| |||
0 commit comments