Skip HTTP workflow route matching outside base path#7757
Conversation
Greptile SummaryThis PR changes HTTP workflow middleware to skip route matching outside the configured base path. The main changes are:
Confidence Score: 3/5The change is targeted but may break route-prefix multitenancy by bypassing tenant-prefixed workflow routes before route matching. Unit coverage covers the intended base-path behavior, but the middleware path check appears to exclude valid tenant-prefixed workflow requests. src/modules/Elsa.Http/Middleware/HttpWorkflowsMiddleware.cs
What T-Rex did
|
Summary
Fixes #7709
Tests