https://issues.apache.org/bugzilla/show_bug.cgi?id=48056
Summary: submitting a multipart form over http containing a
text field with the string "poste" results in a
timeout on apache
Product: Apache httpd-2
Version: 2.2.14
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
When submitting a post form with enctype "multipart/form-data", containing a
file input, and at least one text input with a value containing the string
"poste" (text is allowed before and after this string) will result in a
time-out when submitted over HTTP.
This has been tested on a RedHat and Fedora server, using Apache 2.2.14 and
other versions of apache.
All fail when this string is included.
An example form resulting in this issue is:
<html>
<head>
</head>
<body id="body" class="body">
<div id="wrapper">
<form action="#null" method="post" name="edit_metadata"
enctype="multipart/form-data">
<input type="text" name="dc_title" value="poste"/>
<input type="file" name="bitstream_file_type5_file5"/>
<input type="submit" name="submit" value="click me"/>
</form>
</div>
</body>
</html>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]