Re: [Resin-interest] req.getParameterMap() sequence

2008-08-27 Thread Kai Virkki
Hi! There isn't any guarantee on the servlet spec that the request parameters should be given in any specific order. That's why the getParameterMap-method returns a Map, i.e. not guaranteed to be ordered. I really don't understand why you'd want to get the request params in the order of their occu

[Resin-interest] req.getParameterMap() sequence

2008-08-27 Thread smallufo
I have a problem with resin 3.1.6 The ServletRequest.getParameterMap() 's iterator seems not confirm to the sequence of occurrence of key/value pairs in the URL Is there a solution ? (except self-parsing) ___ resin-interest mailing list resin-interest@ca