You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/09/28 11:37:46 UTC

[sling-org-apache-sling-clam] branch master updated (248fcdf -> a42594b)

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

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git.


    from 248fcdf  style
     new fd8d267  wording
     new a42594b  add ClamEventsServlet and MailSendingScanResultHandler

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


[sling-org-apache-sling-clam] 01/02: wording

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git

commit fd8d2670b69c6f971fa82482adea0b8fb8b0c636
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Sep 28 13:32:19 2020 +0200

    wording
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f077f3e..7002b7c 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Scanning all binaries and strings in AEM Assets:
 
     curl -v -u username:password -F path=/content/dam -F pattern=^/.*$ -F propertyTypes[]=Binary -F propertyTypes[]=String http://localhost:4502/system/clam-jcr-scan
 
-Observing Sling Clam events:
+Listening to Sling Clam events:
 
     curl -v -u username:password http://localhost:4502/system/clam-events
 


[sling-org-apache-sling-clam] 02/02: add ClamEventsServlet and MailSendingScanResultHandler

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git

commit a42594b0921aa9ec1918c62f79e1223577b2ce9e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Sep 28 13:37:19 2020 +0200

    add ClamEventsServlet and MailSendingScanResultHandler
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 7002b7c..d7373ec 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,12 @@ The service requires read-only access to all paths to be scanned which can be al
 
 ## Handling of scan results
 
+`ClamEventsServlet` publishes scan results as [Server-Sent Events](https://html.spec.whatwg.org/multipage/server-sent-events.html) via [HTTP](#http-api).
+
 `EventPublishingScanResultHandler` publishes scan results via OSGi Event Admin Service.
 
+`MailSendingScanResultHandler` sends scan results as mails via [Sling Commons Messaging Mail](https://github.com/apache/sling-org-apache-sling-commons-messaging-mail).
+
 `ResourcePersistingScanResultHandler` persists scan results via ResourceResolver in JCR. The result handler requires write access to a configurable root path for subservice `result-writer`.