AntiPattern
Mismatched URI Path Normalization
uri-path-normalization-mismatch
URI-to-path normalization breaks when a single regex or version-specific behavior transforms file:// prefixes incorrectly (e.g., file:///C:/ becomes /C:/), causing workspace ownership checks to fail and requests to route to the wrong handlers.