Not reproducible using quickstart :(
Will investigate further, sorry for the noise


On Thu, Apr 3, 2014 at 1:43 PM, Martin Grigorov <mgrigo...@apache.org>wrote:

> Hi,
>
> This should work.
> I don't remember any changes in the related code that could have broke it.
> Please create a quickstart and attach it to a ticket in Jira.
> Thanks!
>
> Martin Grigorov
> Wicket Training and Consulting
>
>
> On Thu, Apr 3, 2014 at 5:57 AM, Maxim Solodovnik <solomax...@gmail.com
> >wrote:
>
> > Hello All,
> >
> > I'm trying to get RequestParameters in getRoles() method of
> > WebSession extends AbstractAuthenticatedWebSession [1]
> >
> > the code is like this:
> > IRequestParameters params =
> > RequestCycle.get().getRequest().getRequestParameters();
> > StringValue secureHash = params.getParameterValue("secureHash");
> >
> > I can see URL requested in debugger (UrlRequestParametersAdapter class
> > inside CombinedRequestParametersAdapter) but none of the parameters
> > available.
> > getParameterNames return empty list
> >
> > This code works as expected in 6.13.0 and seems to be broken in 6.14.0
> >
> > Do I need to change anything or this is bug?
> >
> > Thanks in advance
> >
> > [1]
> >
> >
> https://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/WebSession.java?view=markup
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>



-- 
WBR
Maxim aka solomax

Reply via email to