Re: Error in django/http/multipartparser.py

2009-06-05 Thread evert_car...@yahoo.co.uk
Thanks again Graham ... I see your point now ... I'll try to trace further down, and try to "go all the way up" to the xhaus modjy-servlet. I will also try to compare to compare WSGI-bahaviour under Cpython and my setup (Jython/Geronimo ...) I will then also file a more detailed bug-report, tr

Re: Error in django/http/multipartparser.py

2009-06-05 Thread Graham Dumpleton
On Jun 5, 8:09 pm, "evert_car...@yahoo.co.uk" wrote: > Thanks Graham. > > I'll have a look at the bug-tracking system later on. As mentioned > above, I do have other things on my mind right now. > > I don't think WSGI is at fault. > > The data is available after all, it is not truncated at all.

Re: Error in django/http/multipartparser.py

2009-06-05 Thread evert_car...@yahoo.co.uk
Thanks Graham. I'll have a look at the bug-tracking system later on. As mentioned above, I do have other things on my mind right now. I don't think WSGI is at fault. The data is available after all, it is not truncated at all. In other words, WSGI correctly "hands-over" all the data to Django.

Re: Error in django/http/multipartparser.py

2009-06-04 Thread Graham Dumpleton
On Jun 5, 11:12 am, "evert_car...@yahoo.co.uk" wrote: > Gentlemen, Ladies, > > I'm a mere Django user, not really a developer, and since time does > not permit, I do not intend to become a part of the developer team. > > Also, I'm fighting some tight deadlines ... > > And therefore, would you m

Error in django/http/multipartparser.py

2009-06-04 Thread evert_car...@yahoo.co.uk
Gentlemen, Ladies, I'm a mere Django user, not really a developer, and since time does not permit, I do not intend to become a part of the developer team. Also, I'm fighting some tight deadlines ... And therefore, would you mind if I simply report a bug and how I fixed it ? I got bitten by thi