But that doesn't look like your problem.

On Wed, Mar 27, 2019 at 11:13 AM Drew Liscomb <[email protected]>
wrote:

> Ah, the issue was with attributes passed into a custom
> AbstractRegisteredServiceAttributeReleasePolicy.
> We used to see a single value for 'uid', but now we see 2, and so the new
> code became:
>
>> List<String> stringList = (List<String>) attributes.get("uid");
>> String userUUID = stringList.get(0);
>>
>>
> On Wed, Mar 27, 2019 at 11:09 AM Drew Liscomb <
> [email protected]> wrote:
>
>> Hi Paul,
>> I ran across something like this in my recent 5.1->5.3 upgrade.
>> I'll have to go see what changed.
>> Code that used to return a String now returns a List<String>, so I had to
>> do `list.first()` or some such
>>
>> -Drew
>>
>> On Tue, Mar 26, 2019 at 4:12 PM Paul Bransford <[email protected]> wrote:
>>
>>> Eh. The underlinesin the pac4j code got eaten by the syntax hilighter.
>>> First one was "Map.Entry::getKey" and the other "Collections.
>>> singletonList(e.getValue())"
>>>
>>> --
>>> - Website: https://apereo.github.io/cas
>>> - Gitter Chatroom: https://gitter.im/apereo/cas
>>> - List Guidelines: https://goo.gl/1VRrw7
>>> - Contributions: https://goo.gl/mh7qDG
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "CAS Community" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To view this discussion on the web visit
>>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/6a8f9508-9f05-4504-8ab8-e6b93da89179%40apereo.org
>>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/6a8f9508-9f05-4504-8ab8-e6b93da89179%40apereo.org?utm_medium=email&utm_source=footer>
>>> .
>>>
>>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CACrophYVXF2w7fYDnaf5tv5YfAB9vYuNnbc9en7Qce26JeiWzA%40mail.gmail.com.

Reply via email to