empress-php / empress

Empress is a flexible microframework for creating async web applications in PHP 8.1.
MIT License
15 stars 0 forks source link

Wildcard matches more than one segment #30

Closed jakobmats closed 3 years ago

jakobmats commented 3 years ago

There's a bug in RegexBuilder in that it produces .*? parts for wildcards but they match everything and not only single segments delimited by slashes.