#761864 debsources: /latest redirection for /data URLs

#761864#5
Date:
2014-09-16 12:25:32 UTC
From:
To:
[ bug originally reported by Simon Paillard ]

/latest redirection currently works only for the webapp, but not for the static
data served directly by the web server, and most notably stuff under /data . We
should be uniform and implement /latest redirection for /data

To implement that, we could either generate static redirection maps for Apache
at each update run. Or decide that /data stuff can be served by the webapp
(assessing the corresponding performance penalty) and reuse the code we already
have in place for the redirection.