Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/downloadserver/files/downloads.adblockplus.org

Issue 5713977044631552: Redirect incorrect Android devbuild update URL (Closed)
Patch Set: Redirect the old devbuild update URL, not the new one Created Feb. 27, 2014, 6:05 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/downloadserver/files/downloads.adblockplus.org
===================================================================
--- a/modules/downloadserver/files/downloads.adblockplus.org
+++ b/modules/downloadserver/files/downloads.adblockplus.org
@@ -25,6 +25,17 @@
internal;
}
+ # This redirect is necessary since we accidentally set the wrong
+ # update URL in ABP for Android 1.2. It can be removed once we're
+ # not seeing anyone requesting this file anymore.
+ # Note that this intentionally promotes devbuilds to release builds.
+ # Since newer versions should use the new devbuild and release
+ # build update URLs requested by libadblockplus, leaving this
+ # redirect around won't really hurt.
+ location /devbuilds/adblockplusandroid/updates.xml {
+ rewrite ^ https://adblockplus.org/androidupdates.xml?$query_string redirect;
Wladimir Palant 2014/03/03 07:44:18 Won't the two update mechanisms be competing here?
+ }
+
access_log /var/log/nginx/access_log_downloads main;
keepalive_timeout 0;
root /var/www/downloads;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld