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 3 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

[14:27:04 CDT(-0500)] <dmccallum54> git blame instructed me to check with you

[14:27:40 CDT(-0500)] <dmccallum54> if i just remove that restriction, what are the actual changes of either 1) OOM and/or 2) breaking a UI somewhere

[14:27:50 CDT(-0500)] <athena> yes, you can totally just remove that if you like

[14:27:54 CDT(-0500)] <dmccallum54> thx. done

[14:27:57 CDT(-0500)] <athena> basically that's in there for the directory portlet

  • No labels