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.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created January 24, 2023 at 8:17 PM
Updated March 4, 2023 at 7:44 PM
Resolved January 24, 2023 at 8:18 PM