Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve path encoded subjects in middleware
Update basePathMiddleware to use `RawPath` (if present) over `Path` to ensure that URL path encoded subjects are preserved when routing requests. Update the middleware to also remove the prefix from `RawPath` for consistency. Fixes redpanda-data#1525.
- Loading branch information