[
https://issues.apache.org/jira/browse/JCR-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554408#comment-16554408
]
Matt Ryan commented on JCR-4335:
--------------------------------
{quote}Q: how much of these upload URIs actually vary? That is, do they have a
long common prefix? (The part about the URIs being signed might mean "no"...)
{quote}
I'm afraid the answer is "no" as you suspected. In my experience, the scheme,
hostname, and path would all remain the same, but from that point on (query
params) they would begin to vary. The bulk of the length of these long URIs is
probably in the query string - probably about 80% of the total length or more.
The parameters can differ (for example, some require different "upload" or
"part" IDs) and the signature then is different also.
It might be possible to gain some efficiency at the expense of increased
complexity - and higher possibility of error - for clients making use of the
URIs.
> API for direct binary access
> ----------------------------
>
> Key: JCR-4335
> URL: https://issues.apache.org/jira/browse/JCR-4335
> Project: Jackrabbit Content Repository
> Issue Type: New Feature
> Components: jackrabbit-api
> Reporter: Marcel Reutegger
> Assignee: Marcel Reutegger
> Priority: Major
> Fix For: 2.18, 2.17.5
>
> Attachments: JCR-4335.patch, JCR-4335.patch
>
>
> Jackrabbit Oak proposes to add a new direct binary access capability to the
> repository. One part of the proposal is to expose this new capability in the
> Jackrabbit API. For details see OAK-7569 and OAK-7589.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)