uPortal IRC Logs-2011-04-26

[07:53:32 CDT(-0500)] <mklein21105> i'm trying to set up clearpass but am having some issues. it properly authenticates the user but instead of loging the user in it just brings you back to the guest login screen.
[07:53:49 CDT(-0500)] <mklein21105> any idea what this could be?
[12:36:38 CDT(-0500)] <athena> caused a really ugly stack trace while adding content to a layout: http://pastebin.com/tkYWsGZn
[12:37:13 CDT(-0500)] <EricDalquist> probably a missing null check at StylesheetUserPreferencesImpl.java:366
[12:39:27 CDT(-0500)] <athena> hm
[12:39:28 CDT(-0500)] <athena> actually
[12:39:29 CDT(-0500)] <athena> return Collections.unmodifiableMap(null);
[12:39:34 CDT(-0500)] <athena> looks like maybe that's not legal?
[12:39:42 CDT(-0500)] <EricDalquist> um yeah
[12:39:51 CDT(-0500)] <EricDalquist> that should be Collections.emptyMap()
[12:40:09 CDT(-0500)] <athena> (smile)
[12:40:11 CDT(-0500)] <athena> i can fix it
[14:40:50 CDT(-0500)] <athena> discovering that we have no local login UI anymore, woops
[15:13:46 CDT(-0500)] <athena> EricDalquist: trying to figure out how to get the login portlet back into the guest user layout
[15:13:56 CDT(-0500)] <athena> do you know which layout it needs to be added to to be available?
[15:21:37 CDT(-0500)] <EricDalquist> isn't there a guest layout in DLM?
[15:32:02 CDT(-0500)] <athena> only a guest fragment layout
[15:32:08 CDT(-0500)] <athena> created a new guest layout file and put it in there
[15:32:13 CDT(-0500)] <athena> having it in the fragment didn't seem to work
[15:33:48 CDT(-0500)] <EricDalquist> really ... huh
[15:33:55 CDT(-0500)] <EricDalquist> that is where all of the rest of the content is coming from