Describe the bug
When trying to get a mod using Maven with a classifier using a name other than the released file name gives a HTTP 404 error.
Steps to reproduce
- Go to api.modrinth.com/maven/maven/modrinth/[modname/modid]/[version/versionid]/[modname/modid]-[version/versionid]-[classifier].jar
- Get HTTP 404
Expected behavior
It shouldn't return HTTP 404 and instead should link to the file requested
Additional context
This doesn't happen if using api.modrinth.com/maven/maven/modrinth/[modname]/[version]/[released mod file name]-[version]-[classifier].jar or when not using classifiers.
Describe the bug
When trying to get a mod using Maven with a classifier using a name other than the released file name gives a HTTP 404 error.
Steps to reproduce
Expected behavior
It shouldn't return HTTP 404 and instead should link to the file requested
Additional context
This doesn't happen if using api.modrinth.com/maven/maven/modrinth/[modname]/[version]/[released mod file name]-[version]-[classifier].jar or when not using classifiers.