This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new b8f7b23f6 Fix typo and link
b8f7b23f6 is described below
commit b8f7b23f6b42d7e949998dfe802fd79202a374e5
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Apr 12 09:11:46 2023 +0200
Fix typo and link
---
src/main/jbake/content/documentation/the-sling-engine/servlets.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/jbake/content/documentation/the-sling-engine/servlets.md
b/src/main/jbake/content/documentation/the-sling-engine/servlets.md
index 661ecfda7..d1c2a8b91 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/servlets.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/servlets.md
@@ -320,4 +320,4 @@ Error handling support is described on the
[Errorhandling](/documentation/the-sl
## OSGi HTTP Whiteboard Servlets
For certain edge cases even in an OSGi runtime running Sling certain servlets
are still registered leveraging the [OSGi HTTP
Whiteboard](https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.http.whiteboard.html)
instead of leveraging the Sling servlet registration outlined above.
-Note though, that whenever the Sling engine bundle is deployed it registers a
Servlet with the OSGi HTTP Whiteboard for path `/` which will take precedence
by default over all other servlets registered through OSGi Http Whiteboad
leveraging the *default* servlet context
(SLING-11677)[https://issues.apache.org/jira/browse/SLING-11677]. Therefore,
all servlets registered via OSGi HTTP Whiteboard need to be registered with a
custom context having a `service.ranking` higher than the one from [...]
+Note though, that whenever the Sling engine bundle is deployed it registers a
Servlet with the OSGi HTTP Whiteboard for path `/` which will take precedence
by default over all other servlets registered through OSGi Http Whiteboard
leveraging the *default* servlet context
[SLING-11677](https://issues.apache.org/jira/browse/SLING-11677). Therefore,
all servlets registered via OSGi HTTP Whiteboard need to be registered with a
custom context having a `service.ranking` higher than the one fro [...]