...
[15:22:15 CDT(-0500)] <sjungling> right
[15:23:32 CDT(-0500)] <sjungling> 5s is the default timeout?
[15:23:41 CDT(-0500)] <sjungling> with the webproxy portlet, right?
[15:23:55 CDT(-0500)] <EricDalquist> I'm not sure, I'd have to go look at portlet manager
[15:31:36 CDT(-0500)] <EricDalquist> uhg athena I'm trying to track down this ALL stuff
[15:31:40 CDT(-0500)] <EricDalquist> such a rabbit hole
[15:32:30 CDT(-0500)] <EricDalquist> https://github.com/Jasig/uPortal/commit/b412d0f13fa336db165c2722c9fe05091d5602c7
[15:32:36 CDT(-0500)] <EricDalquist> that is the commit that did it though
[15:33:04 CDT(-0500)] <EricDalquist> https://github.com/Jasig/uPortal/commit/b412d0f13fa336db165c2722c9fe05091d5602c7#L6R88
[15:33:06 CDT(-0500)] <EricDalquist> that block
[15:33:23 CDT(-0500)] <EricDalquist> that ends up in a chunk of code that tries to figure out if the ALL_TARGET is a portlet or a person
[15:33:32 CDT(-0500)] <EricDalquist> and since it doesn't match the portlet pattern it assumes it is a PERSON
[15:33:36 CDT(-0500)] <EricDalquist> and runs it through PAGs
[15:33:43 CDT(-0500)] <athena> ugh
[15:33:43 CDT(-0500)] <EricDalquist> which does the attribute query
[15:34:31 CDT(-0500)] <EricDalquist> the thing is I can;t figure out where ALL_TARGET is actually ever tested against
[15:34:36 CDT(-0500)] <EricDalquist> but I haven't read the whole patch yet
[15:34:38 CDT(-0500)] <EricDalquist> have to run
[15:34:43 CDT(-0500)] <EricDalquist> and will dig into this more tomorrow.