Closed
Bug 631738
Opened 15 years ago
Closed 15 years ago
`match-pattern` only allows for on wildcard
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 627386
People
(Reporter: gkoberger, Unassigned)
Details
This works like the documentation says it will, however it works against common sense. `match-pattern` should allow for any number of wildcards to be used.
Additionally, the error related to having multiple wildcards should be more relevant than the current "Error: The PageMod must have a string or array `include` option."
If performance is the issue, it should be made to work with multiple wildcards and the performance hit should be noted in the documentation ("Using multiple wildcards or wildcards that aren't at the beginning or end of the URL will cause the script to run slightly slower").
Comment 1•15 years ago
|
||
The error message had been fixed in bug 605879.
Then this enhancement request has already been filled bug 627386
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•