Merge pull request #170 from bsinno/fix_remove_special_coap_auth_token

remove special coap-auth-token filter for coap-downloads
This commit is contained in:
Michael Hirsch
2016-05-11 14:09:18 +02:00
3 changed files with 0 additions and 41 deletions

View File

@@ -26,8 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty;
public class TenantSecurityToken {
public static final String AUTHORIZATION_HEADER = "Authorization";
public static final String COAP_AUTHORIZATION_HEADER = "Coap-Authorization";
public static final String COAP_TOKEN_VALUE = "CoapToken";
@JsonProperty
private final String tenant;