Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

HTTP-POST to download full package incorrectly fails #412

Closed niyaznigmatullin closed 4 years ago

niyaznigmatullin commented 4 years ago

When running command similar to the one below for problem that doesn't have full package built for last revision, but has standard package built for last revision, returns HTTP response 500 Internal Server Error. It should be 404 or something saying that there is no full package.

wget --post-data=login=vtapochkin\&password=???\&type=windows \
https://polygon.codeforces.com/p85dIBF/mmirzayanov/a-plus-b
niyaznigmatullin commented 4 years ago

Fixed