Adrián López Calvo
Adrián López Calvo
I really do not think these reproduction steps reveal an issue on bakery. I requested changing the behaviour precisely because of this. If you are providing a generator for one...
Thank you for answering so soon. > If I understood correctly, in your client, you request a dowload of `[[email protected]:22]-[2067].zip` file. > What is the filename shown in your client?...
Sorry, I closed it by mistake.
Think I've found where the double encode is happening. FileSystemStorage's [url()](https://github.com/django/django/blob/master/django/core/files/storage.py#L293) method escapes the filename with `django.utils.encoding.filepath_to_uri`. The method is called in [ProxiedDownloadMiddleware](https://github.com/benoitbryon/django-downloadview/blob/master/django_downloadview/middlewares.py#L180) through the `url` property of `FieldFile`.
Hello @janisz thanks for the report! This should work as far as I know. Are you still having the issue? If so, could you share a full XML file that...
+1 restarting the service seems to solve it but only temporarily
+1 please!
Unfortunately we have some stateful details that are not available until the Gitlab pipeline finishes. It's related to how we splits retries into separate flame graphs. For the trace command...
+1, my fedora didn't detect the plugin after installing with pip. I had to move the `.plugin` file myself.
@fabiosantoscode Yeah, at the moment I'm using django-coverage. It simply works like that by default. But I would like to switch to nose for the versatility that the plugins provide.