Values containing an equal character in search filter for LDAP address book are broken
Categories
(Thunderbird :: Address Book, defect)
Tracking
(thunderbird_esr78 unaffected, thunderbird_esr91 fixed, thunderbird91 wontfix, thunderbird92 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
thunderbird_esr91 | --- | fixed |
thunderbird91 | --- | wontfix |
thunderbird92 | --- | fixed |
People
(Reporter: plucth, Assigned: rnons)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
I have an address book with this search filter in the form (memberof=cn=Group,dc=domain,dc=local) that I use to filter a subset of my LDAP directory
Actual results:
There is no result at all since the value is cut at the first equal character and become (memberof=cn)
Expected results:
The filter value should be included entirely and the search should return results.
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Fix the case of filter string like (memberof=cn=Group,dc=domain,dc=local)
, find the position of the first equal symbol and split from there.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/e60063c4eb75
Fix parsing filter string containing multiple equals in LDAPMessage.jsm. r=darktrojan
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9234999 [details]
Bug 1724185 - Fix parsing filter string containing multiple equals in LDAPMessage.jsm. r=darktrojan
[Approval Request Comment]
Regression caused by (bug #): bug 1696625
User impact if declined: If filter string contains multiple equal symbols, search doesn't work
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Comment 4•3 years ago
|
||
Comment on attachment 9234999 [details]
Bug 1724185 - Fix parsing filter string containing multiple equals in LDAPMessage.jsm. r=darktrojan
[Triage Comment]
Approved for 92.0b1
Comment 5•3 years ago
|
||
bugherder uplift |
Thunderbird 92.0b1:
https://hg.mozilla.org/releases/comm-beta/rev/5414ae79dc23
Comment 6•3 years ago
|
||
Comment on attachment 9234999 [details]
Bug 1724185 - Fix parsing filter string containing multiple equals in LDAPMessage.jsm. r=darktrojan
[Triage Comment]
Approved for esr91
Comment 7•3 years ago
|
||
bugherder uplift |
Thunderbird 91.0.2:
https://hg.mozilla.org/releases/comm-esr91/rev/79b192260ff1
Description
•