Changeset 19080 in josm for trunk/src/org/openstreetmap/josm/data/oauth
- Timestamp:
- 2024-05-14T21:30:11+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/oauth/OAuth20Token.java
r18723 r19080 82 82 @Override 83 83 public void sign(HttpClient client) throws OAuthException { 84 if (!Utils.is Blank(this.oauthParameters.getApiUrl())84 if (!Utils.isStripEmpty(this.oauthParameters.getApiUrl()) 85 85 && !this.oauthParameters.getApiUrl().contains(client.getURL().getHost())) { 86 86 String host = URI.create(this.oauthParameters.getAccessTokenUrl()).getHost();
Note:
See TracChangeset
for help on using the changeset viewer.
