[
https://issues.apache.org/jira/browse/SLING-3465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13940755#comment-13940755
]
Tobias Bocanegra commented on SLING-3465:
-----------------------------------------
the current text is:
{code}
description = "Provides mappings from service name to user names. "
+ "Each entry is of the form 'serviceName [ \":\"
subServiceName ] \"=\" userName' "
+ "where serviceName and subServiceName identify the service
and userName "
+ "defines the name of the user to provide to the service.
Invalid entries are logged and ignored.",
{code}
but the mapping is not based on service name, but on the bundle id. so it
should read:
{code}
description = "Provides mappings from service name to user names. "
+ "Each entry is of the form 'bundleId [ \":\" subServiceName ]
\"=\" userName' "
+ "where bundleId and subServiceName identify the service and
userName "
+ "defines the name of the user to provide to the service.
Invalid entries are logged and ignored.",
{code}
> Wrong description for "user.mapping" property of ServiceUserMapperImpl
> ----------------------------------------------------------------------
>
> Key: SLING-3465
> URL: https://issues.apache.org/jira/browse/SLING-3465
> Project: Sling
> Issue Type: Bug
> Components: Service User Mapper
> Affects Versions: Service User Mapper 1.0.0
> Reporter: Tobias Bocanegra
> Priority: Minor
>
> the description of the "user.mapping" property of the ServiceUserMapperImpl
> is wrong.
--
This message was sent by Atlassian JIRA
(v6.2#6252)