Closed
Bug 718739
Opened 14 years ago
Closed 14 years ago
latest services-core causes syncstorage to ignore Host: header
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 729159
People
(Reporter: Atoll, Assigned: rfkelly)
References
Details
(Whiteboard: [qa+])
Steps to reproduce, alterations to [storage] sync configuration:
shard = true.
hosts =
detect-broken-sync-app
...
Add as the *first*, *topmost* [host:] header in your sync.conf:
[host:detect-broken-sync-app]
auth.sqluri = pymysql://weaverw:password@sync0.does.not.exist/weave0
storage.sqluri = pymysql://weaverw:password@sync0.does.not.exist/weave0
[host:one.that.works]
auth.sqluri = something valid
storage.sqluri = something valid
And then your tests that are sending Host header "one.that.works" will fail, triggering errors about "sync0.does.not.exist".
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → rkelly
Updated•14 years ago
|
Whiteboard: [qa+]
| Assignee | ||
Comment 1•14 years ago
|
||
Ah, looks like a dupe of Bug 729159 which is reported fixed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•