Comment 8 for bug 527330

Revision history for this message
Alexey V Gorshkov (animuspexus) wrote :

Hi!

I'm trapped on one interesting thing!

It is located in controllers/download_ui.py on line 47:

        if len(args) < 2:
            raise httpexceptions.HTTPMovedPermanently(
                self._branch.absolute_url('/changes'))

I think this pice of code plays some role in this. So if You opening not /changes, then redirect is performed. But if You opening /changes, then after this You can navigate anywhere on loggerhead without redirection.

Such redirects are braking https based sites.