Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special case proxied maven-metadata.xml's #7

Open
LexManos opened this issue Oct 20, 2021 · 0 comments
Open

Special case proxied maven-metadata.xml's #7

LexManos opened this issue Oct 20, 2021 · 0 comments

Comments

@LexManos
Copy link
Member

Currently all files retreived from a proxy are pulled once and cached forever.
This does not work for files that can be updated on the servers end.
Mainly that is maven-metadata.xml, which gets updated when new versions re published.
So, introduce either a time based re-query or set filetime correctly then use If-Modified-Since.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant