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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: