You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/01/17 08:59:47 UTC

[sling-org-apache-sling-jcr-resource] branch feature/SLING-11061-BinaryDownloadUriProvider updated (6e40011 -> 175a621)

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a change to branch feature/SLING-11061-BinaryDownloadUriProvider
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git.


    from 6e40011  log resource path centrally for failing conversion to URI
     add 175a621  add tests

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   2 +-
 .../sling/jcr/resource/internal/NodeUtil.java      |   2 +-
 .../helper/jcr/BinaryDownloadUriProvider.java      |  26 +++--
 .../helper/jcr/BinaryDownloadUriProviderTest.java  | 124 +++++++++++++++++++++
 4 files changed, 140 insertions(+), 14 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/jcr/resource/internal/helper/jcr/BinaryDownloadUriProviderTest.java