Modify ↓
      
        Opened 13 years ago
Closed 13 years ago
#11037 closed defect (fixed)
Wrongly uses `re.match` for the `[vote] paths` setting
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos | 
|---|---|---|---|
| Priority: | normal | Component: | VotePlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Steffen Hoffmann | Trac Release: | 
Description
As jun66j5 reported in #10226 for the BookmarkPlugin, the same issue is found here for the [vote] paths option, which was first noted in comment:5:ticket:10942.
Attachments (0)
Note: See
        TracTickets for help on using
        tickets.
    



(In [13012]) Fixes #11037, Refs #10226:
VotePlugin: Perform Unix shell-style wildcard matching (globs), as is documented, for the
pathsoption. Previously, a regular expression was used to match paths.