Add "nocase" versions of regex(), path-suffix(), path-prefix(), equals(), contains(), and path() predicates
Description
Undertow has added case-sensitive params to regex(), path-suffix(), path-prefix(), and path() predicates but they declined my suggestion of making a new predicate that defaulted that setting. Add new predicates which default case-sensitive to false.
regex-nocase()
path-suffix-nocase()
path-prefix-nocase()
path-nocase()
equals-nocase()
contains-nocase()
I would honestly like to default the built in predicates based on the file system but Undertow doesn’t have a way to override built in predicates unfortunately so all I can do is create a new one. These new predicates are compiled into Runwar and only available in Undertow when used alongside Runwar/CommandBox.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Undertow has added
case-sensitive
params toregex()
,path-suffix()
,path-prefix()
, andpath()
predicates but they declined my suggestion of making a new predicate that defaulted that setting. Add new predicates which defaultcase-sensitive
to false.regex-nocase()
path-suffix-nocase()
path-prefix-nocase()
path-nocase()
equals-nocase()
contains-nocase()
I would honestly like to default the built in predicates based on the file system but Undertow doesn’t have a way to override built in predicates unfortunately so all I can do is create a new one. These new predicates are compiled into Runwar and only available in Undertow when used alongside Runwar/CommandBox.