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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6694291  SLING-13070 - ScriptContextProvider for bundled scripts does 
not properly set JAKARTA_REQUEST and JAKARTA_REPONSE
6694291 is described below

commit 6694291751f729b46360e247a1385f010cbf6aa3
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Jan 27 15:46:33 2026 +0100

    SLING-13070 - ScriptContextProvider for bundled scripts does not properly 
set JAKARTA_REQUEST and JAKARTA_REPONSE
    
    Demonstrate problem by using the latest version of the test services and 
integration tests and
    also configuring the HTL script resolution cache size. The configuration is 
required to demonstrate
    the problem.
---
 src/main/features/test/test-content.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/features/test/test-content.json 
b/src/main/features/test/test-content.json
index 4b254a0..3d1651e 100644
--- a/src/main/features/test/test-content.json
+++ b/src/main/features/test/test-content.json
@@ -16,6 +16,9 @@
     "org.apache.sling.servlets.resolver.SlingServletResolver": {
       "servletresolver.cacheSize": 0
     },
+    
"org.apache.sling.scripting.sightly.impl.engine.SightlyEngineConfiguration": {
+      "scriptResolutionCacheSize": 2048
+    },
     "integrationTestsConfig": {
       "message": "This test config should be loaded at startup"
     }

Reply via email to