Description
The UrlPathPattern is used frequently for path pattern matching in the REST interface. It's currently using a regular expression. It would be good to convert this to a state machine instead for performance reasons.
The UrlPathPattern is used frequently for path pattern matching in the REST interface. It's currently using a regular expression. It would be good to convert this to a state machine instead for performance reasons.