[
https://issues.apache.org/jira/browse/JAMES-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393186#comment-17393186
]
Daniel Gultsch commented on JAMES-3625:
---------------------------------------
I was about to say: It's all attachment not just one particular attachment. And
I don’t think it's about parsing. The attachment shows up correctly with mime
type and file name in the attachment property of the JMAP Email object. So I
don’t think the the EML will help much.
However I think I've figured it out.
The Session contains the downloadUrl template: "downloadUrl":
"https://j.ltt.rs/download/{accountId}/{blobId}/?type={type}&name={name}",
However I think the correct downloadUrl is:
"https://j.ltt.rs/download/{accountId}/{blobId}?type={type}&name={name}"
(Notice the lack of / between {blobId} and {type}
> Downloading Blob results in 404
> -------------------------------
>
> Key: JAMES-3625
> URL: https://issues.apache.org/jira/browse/JAMES-3625
> Project: James Server
> Issue Type: Bug
> Components: JMAP
> Reporter: Daniel Gultsch
> Assignee: Antoine Duprat
> Priority: Major
>
> This might be a configuration issue (runnig james-server-cassandra-guice) but
> I’m getting a HTTP 404 when trying to download a blob.
>
> My (expanded) URLs look like this:
> [https://j.ltt.rs/download/cf2e474f942d8ea3192028d2e37d5b08b3ddd36fb986d2ad6a19d66277a981c4/edcaf9b0-efba-11eb-b3fc-13142612b9f6_4/?type=application%2Fpgp-signature&name=signature.asc]
>
> (The request is authenticated of course.)
> jmap.properties is configured with:
> {{url.prefix=https://j.ltt.rs}}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]