In IBM Websphere Portal 8.5, how can I get retrieve query string parameters from the URL, inside a JSR286 portlet ?
It seems that the HTTPServletRequest is not passed through to the PortletRequest. Do I need to use the configuration in the portlet.xml ? That seems to be used to manage communication between portlets, but anyway I've tried to use it but without success, every ParameterNames and ParameterMap is coming empty.
Do I need to set some interceptor/filter to pre-process the parameters ?
Not sure how much of this question is specific about IBM Websphere Portal or just plain JSR286 portlets.