grasdk 01baae269d [fix] engine dokuwiki: basedir duplication
Dokuwiki searches behind reverse proxy had duplicate base path in the url,
creating a wrong url.

This patch exchanges string concat of URLs with urljoin [1] from urllib.parse.  This
eliminates the dual problem, while retaining the old functionality designed to
concatenate protocol, hostname and port (as base_url) with path.

[1] https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urljoin

Closes: https://github.com/searxng/searxng/issues/4598
2025-04-11 09:35:15 +02:00
..
2025-03-30 12:41:43 +02:00
2022-01-28 22:33:41 +01:00
2024-04-10 06:51:28 +02:00
2025-03-30 14:25:58 +02:00
2025-03-30 13:20:35 +02:00