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

rombert 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 eb394c687 Add option to disable Ignore URL Params for SDI (#234)
eb394c687 is described below

commit eb394c6875b288a4146565f4964fc590b5ad616f
Author: Sriharsha Chekuri <[email protected]>
AuthorDate: Thu Oct 23 16:32:13 2025 -0400

    Add option to disable Ignore URL Params for SDI (#234)
    
    Added a new option to disable URL parameters ignoring for SDI.
---
 src/main/jbake/content/documentation/bundles/dynamic-includes.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/bundles/dynamic-includes.md 
b/src/main/jbake/content/documentation/bundles/dynamic-includes.md
index 8f645ed40..b6fe15519 100644
--- a/src/main/jbake/content/documentation/bundles/dynamic-includes.md
+++ b/src/main/jbake/content/documentation/bundles/dynamic-includes.md
@@ -44,6 +44,7 @@ The filter is delivered as a standard OSGi bundle. SDI is 
configured via a confi
 * **Required header** - SDI will be enabled only if the configured header is 
present in the request. By default it's `Server-Agent=Communique-Dispatcher` 
header, added by the AEM Dispatcher. You may enter just the header name only or 
the name and the value split with `=`.
 * **Ignore URL params** - SDI normally skips all requests containing any GET 
parameters. This option allows to set a list of parameters that should be 
ignored in the test. See the [Ignoring URL 
parameters](https://docs.adobe.com/docs/en/dispatcher/disp-config.html#Ignoring%20URL%20Parameters)
 section in the dispatcher documentation.
 * **Include path rewriting** - enable rewriting link (according to [Sling 
mapping](https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html))
 that is used for dynamic content inclusion.
+* **Disable Ignore UrlParams** - SDI normally skips all requests containing 
any GET parameters. This option is to allow applications to enable the 
processing of these requests by SDI, particularly when dispatcher processing 
rules are set to ignore all URL parameters.
 
 ## Compatibility with components
 
@@ -192,4 +193,4 @@ Sling Dynamic Include donated to the Apache Sling project 
([SLING-5594](https://
 
 ## 2.2.0
 
- - Support for time-based (TTL) caching, Dispatcher 4.1.11+ required
\ No newline at end of file
+ - Support for time-based (TTL) caching, Dispatcher 4.1.11+ required

Reply via email to