[
https://issues.apache.org/jira/browse/SLING-7251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332353#comment-16332353
]
Oliver Lietz commented on SLING-7251:
-------------------------------------
[~npeltier], no. Calls in ITs from test bundle are allowed by whitelisting the
bundle:
{noformat}
newConfiguration("org.apache.sling.jcr.base.internal.LoginAdminWhitelist")
.put("whitelist.bundles.regexp", "^PAXEXAM.*$")
.asOption(),
{noformat}
Now I see service user is configurable. So the current configuration in
{{PipesTestSupport}} is fine (can we restrict write to {{/content}} and
{{/var}} though?), but required. AFAIR tests failed due to NPE when adapting to
{{ModifiableValueMap}} in {{PlumberImpl}}.
> Fix pipes plumber servlet IT
> -----------------------------
>
> Key: SLING-7251
> URL: https://issues.apache.org/jira/browse/SLING-7251
> Project: Sling
> Issue Type: Bug
> Components: Extensions
> Affects Versions: pipes 2.0.0
> Reporter: Nicolas Peltier
> Assignee: Nicolas Peltier
> Priority: Major
> Fix For: pipes 2.0.0
>
>
> new Plumber servlet IT fail. This should be fixed
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)