Bug 968397
Summary: | CIM clients are sometimes getting HTTP/1.1 501 Not Implemented | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Bžatek <tbzatek> | ||||
Component: | sblim-sfcb | Assignee: | Vitezslav Crhonek <vcrhonek> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 19 | CC: | praveen_paladugu, srinivas_g_gowda, tsmetana, vcrhonek | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | sblim-sfcb-1.3.16-7.fc19 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-08-06 00:12:10 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1102477 | ||||||
Attachments: |
|
Description
Tomáš Bžatek
2013-05-29 16:10:14 UTC
Created attachment 754458 [details]
sblim-sfcb-1.3.16-http-header-cmd-check.patch
httpAdapter: Check for cmd in whole buffer
The commRead() call may return data not always aligned to newlines,
in fact data are typically fragmented for https connection. The test
for "cmd" presence in headers may actually end up checking shorter
buffer than the string itself, resulting in immediate error return
instead of waiting for next chunk.
sblim-sfcb-1.3.16-7.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/sblim-sfcb-1.3.16-7.fc19 Package sblim-sfcb-1.3.16-7.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing sblim-sfcb-1.3.16-7.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-13537/sblim-sfcb-1.3.16-7.fc19 then log in and leave karma (feedback). sblim-sfcb-1.3.16-7.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |