You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2016/08/02 14:10:20 UTC

[jira] [Comment Edited] (SLING-5941) [SCD] Verify the uploaded distribution packages integrity via checksums

    [ https://issues.apache.org/jira/browse/SLING-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404038#comment-15404038 ] 

Tommaso Teofili edited comment on SLING-5941 at 8/2/16 2:09 PM:
----------------------------------------------------------------

thanks a lot [~simone.tripodi] ! The receiving side of SCD is implemented by a {{DistributionPackageImporter}}, which is exposed via {{DistributionPackageImporterServlet}}.
In the 'forward' case (Sling instance A sending a package to Sling instance B) the agent on the sending side has a {{LocalDistributionPackageExporter}} and a {{RemoteDistributionPackageImporter}}, the local exporter creates the package locally while the remote importer sends the package to a remote endpoint.
The remote endpoint at the receiving side is served by the {{DistributionPackageImporterServlet}} which calls a {{LocalDistributionPackageImporter}}.

Hope this helps!



was (Author: teofili):
thanks a lot [~simone.tripodi] ! The receiving side of SCD is implemented by a {{DistributionPackageImporter}}, which is exposed via {{DistributionPackageImporterServlet}}.
In the 'forward' case (Sling instance A sending a package to Sling instance B) the agent has a {{LocalDistributionPackageExporter}} and a {{RemoteDistributionPackageImporter}}, the local exporter creates the package locally while the remote importer sends the package to a remote endpoint.
The remote endpoint is served by the {{DistributionPackageImporterServlet}} which calls a {{LocalDistributionPackageImporter}}.

Hope this helps!


> [SCD] Verify the uploaded distribution packages integrity via checksums
> -----------------------------------------------------------------------
>
>                 Key: SLING-5941
>                 URL: https://issues.apache.org/jira/browse/SLING-5941
>             Project: Sling
>          Issue Type: New Feature
>          Components: Distribution
>    Affects Versions: Content Distribution Core 0.1.18
>            Reporter: Simone Tripodi
>            Assignee: Tommaso Teofili
>            Priority: Minor
>             Fix For: Content Distribution 0.2.0
>
>         Attachments: SLING-5941.patch
>
>
> Currently, there is no way to understand if a received package is (not) corrupted when transported, so adding a checksum generation/validation would be a solution to this problem



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)