antonok-edm opened a new pull request #257: URL: https://github.com/apache/james-project/pull/257
Section 2 of [RFC8620](https://tools.ietf.org/html/rfc8620) describes the `downloadUrl` property of the JMAP Session resource as follows: > **downloadUrl**: `String` The URL endpoint to use when downloading files, in URI Template (level 1) format [RFC6570](https://tools.ietf.org/html/rfc6570). The URL MUST contain variables called `accountId`, `blobId`, `type`, and `name`. The use of these variables is described in Section 6.2. Due to potential encoding issues with slashes in content types, it is RECOMMENDED to put the `type` variable in the query section of the URL. I've updated the `downloadUrl` property to be returned in the correct Level 1 URI Template format by surrounding each expression with curly braces rather than the previous leading-`$` format. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
