On 17.02.2014, at 07:19, Felix Meschberger <fmesc...@adobe.com> wrote:

> method and enance the API:
> 
>  RequestParameter:
>    add  String getName();
> 
>  SlingHttpServletRequest:
>    add  List<RequestParameter> getRequestParameterList();

+1 Looks great to me!

Just to be sure - this allows to iterate key-value pairs as in the order they 
appear in the query string and does not collate same-name parameters together, 
right?

?alpha=1&beta=2&alpha=1

giving this as RequestParameter list

alpha=1
beta=2
alpha=1

Thanks,
Alex

Reply via email to