Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

[14:25:54 CDT(-0500)] <dmccallum54> athena i'm looking at https://github.com/Jasig/uPortal/blob/master/uportal-war/src/main/java/org/jasig/portal/portlets/lookup/PersonLookupHelperImpl.java

[14:26:09 CDT(-0500)] <dmccallum54> searchForPeople() has this near the bottom

[14:26:18 CDT(-0500)] <dmccallum54> if (list.size() > 10) {

[14:26:18 CDT(-0500)] <dmccallum54>             list = list.subList(0, 9);

[14:26:18 CDT(-0500)] <dmccallum54>         }

[14:26:51 CDT(-0500)] <dmccallum54> this has, um, catastrophic effects on SSP's attempts to look up uP users from its main portlet

  • No labels