View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003874 | Composr | core | public | 2019-09-09 21:15 | 2019-09-09 21:15 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Severity | Minor-bug | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 10.0.27 | ||||
Fixed in Version | 10.0.28 | ||||
Summary | 0003874: HTTP implementation bugs | ||||
Description | 1) If uploading files AND making a POST request at the same time, the "Connection: Close" header should not be sent because this header cannot proceed an HTTP body. If provided, it is interpreted as a second HTTP request on the same connection. 2) URL Encoding should not be used for POST field names. Instead simple slash-escaping should be used. Otherwise PHP array parameter encoding, e.g. parameter[0], will not come through correctly. | ||||
Tags | No tags attached. | ||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
Fixed in git commit 8f72ea1b25bdd94012889f5027f54aeca0a828bb (https://gitlab.com/composr-foundation/composr/commit/8f72ea1b25bdd94012889f5027f54aeca0a828bb - link will become active once code pushed to GitLab) A hotfix (a TAR of files to upload) have been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/). |
|
hotfix-3875, 2019-09-09 9pm.tar (112,640 bytes) |