Hrm. They are *not* ignored with the following request:
> This is defined behaviour in Lift. :-(
>
> And query params are ignored during POST processing.
>
> Does the HTTP or Servlet spec define the appropriate behaviour here? If
> Lift is violating either, we'll change Lift.
>
> On Sat, Nov 14, 2009 at 12:36 PM, harryh <
har...@gmail.com> wrote:
>
> > POST /path/to/page?foo=bar HTTP/1.1
> > Host:
harryh.org
> > Content-Length: 0
>
> > req.param("foo") will return Empty instead of Full("bar")
>
> > -harryh
>
> --
> Lift, the simply functional web frameworkhttp://
liftweb.net