Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[13:51:24 CDT(-0500)] <EricDalquist> I think I spent like 2 hours on Sunday playing with gource

[13:53:07 CDT(-0500)] <EricDalquist> athena: I'm wondering if I broke that 'select your profile' support at some point

[13:55:40 CDT(-0500)] <athena> let me do a quick test

[13:56:00 CDT(-0500)] <EricDalquist> I see LoginPortletHelper

[13:56:07 CDT(-0500)] <EricDalquist> and the REQUESTED_PROFILE_KEY session attribute

[13:56:13 CDT(-0500)] <EricDalquist> but I can't find anywhere that it gets set

[13:56:25 CDT(-0500)] <athena> looks like it's still working

[13:57:38 CDT(-0500)] <athena> take a look at PortalPreAuthenticationProcessingFIlter

[13:58:12 CDT(-0500)] <EricDalquist> ah

[13:58:31 CDT(-0500)] <EricDalquist> hrm but that doesn't match

[13:58:31 CDT(-0500)] <EricDalquist> public static final String REQUESTED_PROFILE_KEY = "profile";

[14:00:48 CDT(-0500)] <EricDalquist> ah ok

[14:00:59 CDT(-0500)] <EricDalquist> LoginPortletHelper is used by the local login form