You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Brian Demers (JIRA)" <ji...@apache.org> on 2016/07/15 15:08:20 UTC

[jira] [Updated] (SHIRO-423) INI ReflectionBuilder should not wrap reference values

     [ https://issues.apache.org/jira/browse/SHIRO-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Demers updated SHIRO-423:
-------------------------------
    Fix Version/s:     (was: 1.3.0)

> INI ReflectionBuilder should not wrap reference values
> ------------------------------------------------------
>
>                 Key: SHIRO-423
>                 URL: https://issues.apache.org/jira/browse/SHIRO-423
>             Project: Shiro
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 1.2.1
>            Reporter: Maison
>             Fix For: 1.2.2
>
>
> When injecting a property whose setter expects say a Set, special handling is performed (split string with comma and build a set before injection ; List, Map, byte[]... types are also handled with special code).
> But this is performed before references are resolved, thus this does not work if myUrlsSetRef is already a Set :
>   obj.urlsSet = $myUrlsSetRef
> ReflectionBuilder.applyProperty() builds a Set containing a single element $myUrlsSetRef, then resolves $myUrlsSetRef : this wraps the referenced set into a new set with 1 element.
> Workaround : create a fake setter with Object argument type.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)