Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion specification/resource/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ key value pairs, and these are expected to be represented in a format matching
to the [W3C Baggage](https://www.w3.org/TR/baggage/#header-content), except that additional
semi-colon delimited metadata is not supported, i.e.: `key1=value1,key2=value2`.
All attribute values MUST be considered strings and characters outside the
`baggage-octet` range MUST be percent-encoded.
`baggage-octet` range SHOULD be percent-encoded. In the case of errors during the
Comment thread
carlosalberto marked this conversation as resolved.
Outdated
decoding process, the entire environment variable value SHOULD be discarded
and an error SHOULD be reported following the
[Error Handling principles](../error-handling.md#basic-error-handling-principles)
Comment thread
carlosalberto marked this conversation as resolved.
Outdated

## Resource operations

Expand Down
Loading