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 6 Next »

[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?

  • No labels