Bug 723372
Summary: | *.pxt urls fail on CentOS 6 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | raal.goff | ||||
Component: | Server | Assignee: | Jan Pazdziora (Red Hat) <jpazdziora> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Red Hat Satellite QA List <satqe-list> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 1.4 | CC: | jpazdziora, slukasik | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-07-26 03:56:51 UTC | Type: | --- | ||||
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: | 723481 | ||||||
Attachments: |
|
Description
raal.goff
2011-07-20 01:36:36 UTC
Aligning under space16. It looks like this is caused by an incorrect, or badly formed cookie header ( http://marc.info/?t=126162614500001&r=1&w=2 ) Attached is a patch to make it ignore this. I'm not a Perl expert, so i suspect its not a fantastic way of fixing it, but it seems to work. I'm not sure if this is a browser issue, or something in the APR library. Created attachment 514107 [details]
fix for bad cookie headers being sent by browser
Changes the way cookie data is parsed slightly
I'd much rather see a fix for the part of our code which generates the bad Cookie than eval around it. Could you debug some more to see which request/code sets the Cookie? Taking and setting needinfo for the cookie/debug/code to see which part of the application sets the wrong cookie. I think this may actually be a browser issue. I upgraded to 1.5 to see if the problem still persists (it does), and tested with Safari 5.1(OSX), Chrome 12 (OSX), Firefox 3.6.12 (Win7), and Firefox 5.0.1 (OS X). Only Firefox 5.0.1 exhibits this problem. I'll try do some additional testing. Even worse, it looks like it was something to do with my firefox profile. Even after deleting all cookies to do with spacewalk, it would still occur. Only by deleting the cookies.sqlite db in my firefox profile would it work again. I suspect this is a bug in firefox then. Closing as not a bug. (In reply to comment #7) > Even worse, it looks like it was something to do with my firefox profile. > > Even after deleting all cookies to do with spacewalk, it would still occur. > Only by deleting the cookies.sqlite db in my firefox profile would it work > again. I suspect this is a bug in firefox then. Closing as not a bug. Thank you for the investigation! |