Page MenuHomePhorge

Match both '*' and '%' as being a wildcard.
AbandonedPublic

Authored by seigo on Mar 22 2016, 10:00 AM.
Tags
None
Referenced Files
F11589078: D108.id230.diff
Thu, Mar 28, 10:05 PM
Unknown Object (File)
Mon, Mar 25, 3:48 PM
Unknown Object (File)
Mon, Mar 25, 12:22 PM
Unknown Object (File)
Sat, Mar 2, 4:25 PM
Unknown Object (File)
Sat, Mar 2, 4:25 PM
Unknown Object (File)
Sat, Mar 2, 4:24 PM
Unknown Object (File)
Sat, Mar 2, 4:24 PM
Unknown Object (File)
Feb 10 2024, 2:42 AM
Subscribers

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Maniphest Tasks
T1144: Guam does not filter groupware folders on '%' wildcard use
Summary

Resolves T1144

Test Plan

Run a Thunderbird client against a Guam proxy

IMPORTANT: This is a hotfix type thing against the stable guam-0.7 branch, and is already being shipped as a patch on top of the tagged guam-0.7.2 release.

Diff Detail

Repository
rG guam
Branch
dev/guam-0.7/T1144
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3195
Build 3170: arc lint + arc unit

Event Timeline

vanmeeuwen retitled this revision from to Match both '*' and '%' as being a wildcard..
vanmeeuwen updated this object.
vanmeeuwen edited the test plan for this revision. (Show Details)
vanmeeuwen added a reviewer: Restricted Project.
vanmeeuwen added a subscriber: seigo.

correct fix is in 68385bd in the develop branch.

apps/kolab_guam/src/rules/kolab_guam_rule_filter_groupware.erl
40

this will actually return a tuple of the form { first, second } (e.g. { nomatch, nomatch }), which means the nomatch branch will never be selected, and metadata will always be fetched.

seigo added a reviewer: vanmeeuwen.

fixed in develop branch