- Fixed issue 1859 by enabling default slash merging in path comparisons using Go's path.Clean(), aligning behavior with NGINX.
- Corrected false path‑matching failures caused by multiple consecutive slashes, improving middleware and built‑in directives like basicauth.
- Recommend immediate upgrade; third‑party plugins must handle their own path sanitization if they bypass Path.Matches().