rust-lang / docs.rs

crates.io documentation generator
https://docs.rs
MIT License
979 stars 195 forks source link

fix path URL-encoding for redirects on crate-details pages #2447

Closed syphar closed 6 months ago

syphar commented 6 months ago

Fixes this sentry error ,

where a request to http://docs.rs/crate/cargo-edit%3E would lead to a server error instead of a redirect.

it's a regression from #2383

I also added some more tests.