uPortal IRC Logs-2011-01-26
[09:53:43 CST(-0600)] <athena> hey EricDalquist - i've noticed that the browser user-agent string isn't making it into the portlet request
[09:53:49 CST(-0600)] <athena> how hard do you think that'd be to fix?
[09:53:58 CST(-0600)] <EricDalquist> which version?
[09:54:20 CST(-0600)] <athena> sorry!
[09:54:21 CST(-0600)] <athena> trunk
[09:54:29 CST(-0600)] <EricDalquist> probably not too hard
[09:54:43 CST(-0600)] <EricDalquist> you could take a look in … PortletRequestContextImpl
[09:54:57 CST(-0600)] <EricDalquist> that is the SPI impl that pluto calls back to for portlet request data
[09:55:17 CST(-0600)] <EricDalquist> just haven't gotten to portlet property support yet
[09:55:20 CST(-0600)] <athena> awesome, thanks
[09:55:21 CST(-0600)] <athena> yeah
[09:55:28 CST(-0600)] <athena> just trying to get some mobile demo stuff together
[09:55:38 CST(-0600)] <athena> put together a straw-man mobile UI for the search portlet
[10:18:53 CST(-0600)] <athena> kinda weird - don't see any code that set those properties in uportal 3.2
[10:19:09 CST(-0600)] <EricDalquist> yeah I can't remember where those came from
[10:19:20 CST(-0600)] <athena> wonder if it was copied over automatically or somethign?
[10:19:31 CST(-0600)] <EricDalquist> it may have been
[10:20:44 CST(-0600)] <athena> just trying to copy over all the headers for now
[10:20:56 CST(-0600)] <athena> eventually probably not what we want, but just want it to work for the moment
[10:21:08 CST(-0600)] <EricDalquist> actually I think we do
[10:21:20 CST(-0600)] <EricDalquist> part of the reason that isn't done yet is I haven't read that part of the portlet 2 spec well enough
[10:21:32 CST(-0600)] <EricDalquist> I think were supposed to make most/al;l the headers available via properties