You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem are you trying to solve?
When migrating to latest poetry 1.8.0 there is an issue with nexus returning 404 instead of range not supported for negative ranges.
Thanks for opening an issue @matejsp - sounds like a curious edge case we weren't aware of. It looks like there is a workaround provided in the poetry client for now, did I read the linked ticket correctly?
When migrating to latest poetry 1.8.0 there is an issue with nexus returning 404 instead of range not supported for negative ranges.
python-poetry/poetry#9033
Do you have a workaround you are using at present?
They implemented a workaround to fallback in case any http error is returned (404).
What feature or behavior is this required for?
To optimize dependency resolving by not needed to download whole content.
How could we solve this issue? (Not knowing is okay!)
Support negative range or return correct http error code.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range
416 Range Not Satisfiable error.
Tell us about your Nexus Repository deployment: what version, operating system, and database are you using?
Sonatype Nexus RepositoryOSS 3.52.0-01
Anything else?
/
The text was updated successfully, but these errors were encountered: