From e1858011f8f57acce2f6957837647922eba46618 Mon Sep 17 00:00:00 2001 From: Jon Cox Date: Fri, 6 Jul 2007 08:08:58 +0000 Subject: [PATCH] Made linkvalidation able to check HTTPS links with valid certs (bad/untrusted certs look like broken links), pretend ftp links aren't broken, detect old href schemas, and added low-level feature to drop href info on startup in case we ever need a sledgehammer. Maybe one day I'll really validate ftp links, but not now. Also fixed startup logic that got broken earlier (the config file wasn't getting copied in). git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6183 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../linkvalidation-service-context.xml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/config/alfresco/linkvalidation-service-context.xml b/config/alfresco/linkvalidation-service-context.xml index eb7d64cdd5..72018b6a13 100644 --- a/config/alfresco/linkvalidation-service-context.xml +++ b/config/alfresco/linkvalidation-service-context.xml @@ -160,5 +160,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +