metacpan / metacpan-web

Web interface for MetaCPAN
http://metacpan.org
Other
418 stars 237 forks source link

Return a 404 for /release//Text-ETSV #3155

Closed ranguard closed 2 months ago

ranguard commented 3 months ago

https://metacpan.org/release//Text-ETSV (and others) return a 500 (it's being hit by various bots)

Error is MetaCPAN::Web::Controller::Release->release_view "dist or author and release must be provided.."

Should return a 404 or maybe a 400 as the URL is actually invalid?