[Bug 55576] Order of ServletRequest parameters is not preserved

2013-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55576 Violeta Georgieva changed: What|Removed |Added CC||zhouyanm...@gmail.com --- Comm

[Bug 55576] Order of ServletRequest parameters is not preserved

2013-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55576 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55576] Order of ServletRequest parameters is not preserved

2013-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55576 --- Comment #6 from mgrigorov --- In my opinion this requirement and the use case are weak. In the best case I'd try to avoid depending on any ordering in the application. But if ordering is really required then I would encode the paramet

[Bug 55576] Order of ServletRequest parameters is not preserved

2013-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55576 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mail

[Bug 55576] Order of ServletRequest parameters is not preserved

2013-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55576 --- Comment #5 from corythearchit...@outlook.com --- "Or are you building a system where the order of the parameters in the request dictates the way validation is performed?" Essentially, yes. -- You are receiving this mail because: You a

[Bug 55576] Order of ServletRequest parameters is not preserved

2013-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55576 --- Comment #4 from Christopher Schultz --- (In reply to corythearchitect from comment #3) > The general use case is the servicing of a request in which the order of > parameter evaluation is significant. > > http://host/resource?country=C

[Bug 55576] Order of ServletRequest parameters is not preserved

2013-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55576 --- Comment #3 from corythearchit...@outlook.com --- Thomas, thank you for your rapid evaluation and response on this matter. The general use case is the servicing of a request in which the order of parameter evaluation is significant. htt

[Bug 55576] Order of ServletRequest parameters is not preserved

2013-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55576 --- Comment #2 from Christopher Schultz --- (In reply to Mark Thomas from comment #1) > I am curious as to the use case that supports it. Can you elaborate on why > it might be important for the parameters to be returned in the same order a

[Bug 55576] Order of ServletRequest parameters is not preserved

2013-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55576 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO OS|