vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Fix redirect to latest ova #783

Closed neosab closed 5 years ago

neosab commented 5 years ago

The redirect to the latest ova is done using s3 bucket routing rules. It redirects by default with HTTP code 301. This results in a permanent cache for the link in the browser and will never redirect to new releases until you clear the cache. Hence, change it to 302 which implies a temporary redirect.

Note: I already fixed the rules manually so this doesn't need a new release