You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/03/12 15:53:03 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: SLING-8110 and SLING-9055 - increase the servlets.resolver capability version to indicate support for the sling.servlet.paths.strict option

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74f76e1  SLING-8110 and SLING-9055 - increase the servlets.resolver capability version to indicate support for the sling.servlet.paths.strict option
74f76e1 is described below

commit 74f76e12196925e5393cc543e656f9917658def5
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Mar 12 16:52:48 2020 +0100

    SLING-8110 and SLING-9055 - increase the servlets.resolver capability version to indicate support for the sling.servlet.paths.strict option
---
 bnd.bnd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index ca375dc..b41262b 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -3,7 +3,7 @@ Import-Package:\
   *
 
 Provide-Capability:\
-  osgi.extender;osgi.extender="org.apache.sling.servlets.resolver";version:Version="1.0"
+  osgi.extender;osgi.extender="org.apache.sling.servlets.resolver";version:Version="1.1"
 
 -includeresource:\
   @org.apache.sling.engine-*.jar!/org/apache/sling/engine/impl/request/SlingRequestPathInfo*