> On 24. May 2017, at 15:23, Oliver Gondža <ogon...@gmail.com> wrote:
> 
> My next hypothesis is the infra is point (LTS) snapshots to latest(?) UC.

You're right. From the .htaccess that redirects requests to the tiered update 
sites:

> # If we have a match that looks like an LTS version, e.g. 1.554.1, redirect 
> to stable-1.554
> RewriteCond %{QUERY_STRING} ^.*version=([0-9]*\.[0-9]*)\.[0-9]*$ [NC]
> RewriteCond %{DOCUMENT_ROOT}/stable\-%1%{REQUEST_URI} -f
> RewriteRule ^update\-center\.[json|html]+ /stable\-%1%{REQUEST_URI}? 
> [NC,L,R=301]

The first RewriteCond does not allow non-numeric suffixes.

Anyone here speak fluent mod_rewrite and can file a PR for this?

https://github.com/jenkins-infra/backend-update-center2/blob/5c0a4a1ae6ea58cb94265a772e65548c8251564f/site/static/.htaccess#L7

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/48E24693-1975-435B-B9D0-5F8F609173DD%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to