Re: [Webware-discuss] Mismatch between request.field() and QUERY_STRING

2011-03-28 Thread Oliver Bock
On 24/03/2011 10:49 PM, Christoph Zwerschke wrote: > Am 24.03.2011 01:25 schrieb Oliver Bock: >> I have had a few requests where the values in request.fields() do not >> agree with what is in QUERY_STRING. Below, see that the referrer, >> QUERY_STRING and REQUEST_URI all show _id=BK000579561338

Re: [Webware-discuss] Mismatch between request.field() and QUERY_STRING

2011-03-24 Thread Christoph Zwerschke
Am 24.03.2011 01:25 schrieb Oliver Bock: > I have had a few requests where the values in request.fields() do not > agree with what is in QUERY_STRING. Below, see that the referrer, > QUERY_STRING and REQUEST_URI all show _id=BK000579561338, and yet in > fields we see _id=BK000579558176! How

[Webware-discuss] Mismatch between request.field() and QUERY_STRING

2011-03-23 Thread Oliver Bock
I have had a few requests where the values in request.fields() do not agree with what is in QUERY_STRING. Below, see that the referrer, QUERY_STRING and REQUEST_URI all show _id=BK000579561338, and yet in fields we see _id=BK000579558176! How can this be? Looking at HTTPRequest.py I