beets/beetsplug/web
Sören Tempel 6a03afc65d web plugin: support path queries by separating them with a backslash
Without this change the web plugin does not support path queries as
slashes are currently used for joining keywords in the QueryConverter.
Moreover, flask cannot distinguish between an URL encoded and a plain
'/' character during routing [0]. To work around this issue without
introducing a breaking change (i.e. removing the QueryConverter) use the
backslash character for path queries and convert it later on.

Fixes #3566

[0]: https://github.com/pallets/flask/issues/900
2020-04-27 13:36:36 +02:00
..
static Update a lot of URLs to use HTTPS 2019-06-05 03:11:49 +02:00
templates Add reverse proxy support 2017-03-19 20:08:39 +00:00
__init__.py web plugin: support path queries by separating them with a backslash 2020-04-27 13:36:36 +02:00