[issue16066] Truncated POST data in CGI script on Windows 7

2019-04-26 Thread Mark Lawrence


Change by Mark Lawrence :


--
nosy:  -BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16066] Truncated POST data in CGI script on Windows 7

2014-10-03 Thread Eyal Gruss

Eyal Gruss added the comment:

i can confirm on win 7 and python 3.4.1

--
nosy: +Eyal.Gruss

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16066
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16066] Truncated POST data in CGI script on Windows 7

2014-07-29 Thread Mark Lawrence

Mark Lawrence added the comment:

@Alexander apologies for the delay in getting back to you.  Who is best placed 
to look at this issue, I'll admit to knowing squat about cgi?

--
components: +Library (Lib)
nosy: +BreamoreBoy
versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16066
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16066] Truncated POST data in CGI script on Windows 7

2014-07-29 Thread Brian Curtin

Changes by Brian Curtin br...@python.org:


--
nosy:  -brian.curtin

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16066
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16066] Truncated POST data in CGI script on Windows 7

2012-09-28 Thread Alexander Martin

Alexander Martin added the comment:

The successful script execution was run under Python 2.7.3 (as of today one of 
the two as production version labeled releases). The initial report's 
reference to Python 2.7.2 was made by mistake.

May anyone confirm this error behaviour on Python production version 3.2.3 on 
Windows?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16066
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16066] Truncated POST data in CGI script on Windows 7

2012-09-27 Thread Alexander Martin

New submission from Alexander Martin:

POST data is truncated randomly when sent to a python script running on a 
simple python CGI server on Windows 7 with Python 3.2.3.

The same server and script files run successfully on MAC OSX 10.8 with Python 
3.2.3. A similar server (adapted for lower Python version) and the same script 
file do work fine on Windows 7 with Python 2.7.2. 

Steps to reproduce: Attached zip contains server script, HTML file and Python 
script, that receives an uploaded file and saves it to disk. Upload an image 
file and submit the form inside the HTML file to Python script. Repeat form 
submission multiple times. In more than 50% of test cases, the uploaded file 
will not be completely available inside the Python script. That means size of 
the same uploaded file varies with each POST request. Additionally, the Python 
server will reset the HTTP connection sometimes.

--
components: Windows
files: Truncated_POST_data_in_CGI_script_on_Win7.zip
messages: 171394
nosy: Alexander.Martin, brian.curtin, tim.golden
priority: normal
severity: normal
status: open
title: Truncated POST data in CGI script on Windows 7
type: behavior
versions: Python 3.2
Added file: 
http://bugs.python.org/file27322/Truncated_POST_data_in_CGI_script_on_Win7.zip

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16066
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com