Hi, some questions regarding architectural aspects of Pluto 1.1:
1) What's the purpose of PortalCallbackService? 2) The portal pages contain various portlets. Currently this seems not be user dependent. Assume the portal providing portlets p1, p2 and p3. User A wants to have p1 and p2 on his page, whereas user B wants p2 and p3 on his portal page. In order to do so, the methods in RenderConfigService need to know about the current user. This could be easily achived by adding HttpServletRequest to the list of arguments of getPage(String), getPages() and getDefaultPage(). Any ideas on that? Regards, Stefan
